diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f3308d..6e2607d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: