use node v14

This commit is contained in:
Aarni Halinen
2021-03-29 00:46:34 +03:00
parent d7b6ef3c72
commit 9efe0d7489
3 changed files with 3378 additions and 87 deletions
+3 -3
View File
@@ -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: