From 9f44bf57f63deeff2f6e02b6fb9fb365061844ad Mon Sep 17 00:00:00 2001 From: jadera Date: Wed, 10 Dec 2025 19:27:47 +0200 Subject: [PATCH] node bump 16->20 --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8488fab..9704f5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - deploy install: - image: node:16 + image: node:20 stage: setup script: - npm ci @@ -21,7 +21,7 @@ install: expire_in: 1 week audit: - image: node:16 + image: node:20 needs: ["install"] allow_failure: true stage: audit @@ -29,27 +29,27 @@ audit: - npm audit --audit-level=critical es:lint: - image: node:16 + image: node:20 needs: ["install"] stage: lint script: - npm run lint:es css:lint: - image: node:16 + image: node:20 needs: ["install"] stage: lint script: - npm run lint:css # test:unit: -# image: node:16 +# image: node:20 # stage: test # script: # - npm run test:unit build: - image: node:16 + image: node:20 needs: ["install"] stage: build script: @@ -67,7 +67,7 @@ build: - .next/cache/ test:e2e: - image: circleci/node:16-browsers + image: circleci/node:20-browsers needs: ["install", "build"] stage: test script: