chore(gitlab-ci): try to explicitely add nodejs package

This commit is contained in:
Sarah Vaupel 2024-01-15 05:45:35 +00:00
parent 3e6cda9caf
commit dc9cc6ffd3

View File

@ -41,7 +41,7 @@ node dependencies:
- .npm - .npm
- node_modules - node_modules
script: script:
- "nix-shell --command 'make node_modules'" - "nix-shell -p nodejs_21 --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