node bump 16->20

This commit is contained in:
jadera
2025-12-10 19:27:47 +02:00
parent 9d9211fa9c
commit 9f44bf57f6
+7 -7
View File
@@ -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: