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