Update node to v16 in CI
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ stages:
|
||||
- deploy
|
||||
|
||||
install:
|
||||
image: node:14
|
||||
image: node:16
|
||||
stage: setup
|
||||
script:
|
||||
- npm ci
|
||||
@@ -57,14 +57,14 @@ lint:py:
|
||||
- black --check .
|
||||
|
||||
lint:js:
|
||||
image: node:14
|
||||
image: node:16
|
||||
stage: lint
|
||||
needs: ["install"]
|
||||
script:
|
||||
- npm run lint:js
|
||||
|
||||
lint:md:
|
||||
image: node:14
|
||||
image: node:16
|
||||
stage: lint
|
||||
needs: ["install"]
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user