chore(gitlab-ci): use previous nodejs

This commit is contained in:
Sarah Vaupel 2024-01-22 05:57:14 +01:00
parent 16fa964893
commit c7bebde103

View File

@ -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