From f8b89ad3c0da99394b4e20b6fd929bf1ba079437 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Oct 2021 14:26:16 +0000 Subject: [PATCH] chore(deps): update node.js to v17 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 591688fb..8a53d6f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ test:karma: stage: test - image: circleci/node:14-browsers + image: circleci/node:17-browsers script: - npm ci - npx ng test --progress false --watch false