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 - .npm
- node_modules - node_modules
script: 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 before_script: &nix-before
- git config --global init.defaultBranch master - git config --global init.defaultBranch master
- install -v -m 0700 -d ~/.ssh - install -v -m 0700 -d ~/.ssh
@ -61,7 +61,7 @@ node modules:
frontend lint: frontend lint:
stage: lint stage: lint
script: 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 before_script: *nix-before
needs: needs:
- job: node modules - job: node modules
@ -77,7 +77,7 @@ frontend build:
paths: paths:
- .well-known-cache - .well-known-cache
script: 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 before_script: *nix-before
needs: needs:
- job: node modules - job: node modules