From f813eaf9bfd1bd17abd65085009720ceec101119 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 24 Oct 2022 21:15:05 +0300 Subject: [PATCH] Update node to v16 in CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: