This commit is contained in:
parent
58dadf9051
commit
c654bb0e36
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: default
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: nix-env -iA nixos.nodejs_24
|
||||
run: nix-shell -P nodejs_24
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Reference in a new issue