We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa0659 commit 744e009Copy full SHA for 744e009
1 file changed
.github/workflows/release.yaml
@@ -36,8 +36,8 @@ jobs:
36
- name: Setup Node.js for npm
37
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
38
with:
39
- node-version: 'latest'
40
registry-url: 'https://registry.npmjs.org'
+ node-version: lts/*
41
42
- name: 💫 Install dependencies
43
run: nix develop --command pnpm install --frozen-lockfile
0 commit comments