use node v14
This commit is contained in:
+3
-3
@@ -6,7 +6,7 @@ stages:
|
||||
- deploy
|
||||
|
||||
install:
|
||||
image: node:12
|
||||
image: node:14
|
||||
stage: setup
|
||||
script:
|
||||
- npm ci
|
||||
@@ -43,14 +43,14 @@ lint:py:
|
||||
- pycodestyle --config=setup.cfg --count .
|
||||
|
||||
lint:js:
|
||||
image: node:alpine
|
||||
image: node:14
|
||||
stage: lint
|
||||
needs: ["install"]
|
||||
script:
|
||||
- npm run lint:js
|
||||
|
||||
lint:md:
|
||||
image: node:alpine
|
||||
image: node:14
|
||||
stage: lint
|
||||
needs: ["install"]
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user