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: