add nodejs in nix shell
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-03-31 16:48:39 -05:00
parent 4e42fcb51a
commit fb75188828

View File

@@ -15,6 +15,10 @@ jobs:
build-release:
runs-on: nix
steps:
- name: Nix Shell Nodejs
run: |
nix shell nixpkgs#nodejs
- name: Checkout repository
uses: actions/checkout@v4