From c7bebde1032653a0c22dc9c0553432781b39b0ca Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 22 Jan 2024 05:57:14 +0100 Subject: [PATCH] chore(gitlab-ci): use previous nodejs --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa504e57d..54ac88c31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ node modules: - .npm - node_modules script: - - "nix shell .#gnumake .#gup .#nodejs_21 --command make node_modules" + - "nix shell .#gnumake .#gup .#nodejs-14_x --command make node_modules" before_script: &nix-before - git config --global init.defaultBranch master - install -v -m 0700 -d ~/.ssh @@ -61,7 +61,7 @@ node modules: frontend lint: stage: lint script: - - "nix shell .#gnumake .#gup .#nodejs_21 --command make frontend-lint" + - "nix shell .#gnumake .#gup .#nodejs-14_x --command make frontend-lint" before_script: *nix-before needs: - job: node modules @@ -77,7 +77,7 @@ frontend build: paths: - .well-known-cache script: - - "nix shell .#gnumake .#gup .#nodejs_21 --command make frontend-build" + - "nix shell .#gnumake .#gup .#nodejs-14_x --command make frontend-build" before_script: *nix-before needs: - job: node modules