(fix): workflow
This commit is contained in:
parent
190926702b
commit
07bd232c1c
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
name: Build & Publish Release
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile add nixpkgs#nodejs_24
|
||||
|
||||
- name: Set up repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue