We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa0659 commit 2485a97Copy full SHA for 2485a97
.github/workflows/release.yaml
@@ -29,15 +29,17 @@ jobs:
29
steps:
30
- name: Checkout code
31
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32
+ with:
33
+ fetch-depth: 0
34
35
- name: Setup Nix
36
uses: ./.github/actions/setup-nix
37
38
- name: Setup Node.js for npm
39
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
40
with:
- node-version: 'latest'
41
registry-url: 'https://registry.npmjs.org'
42
+ node-version: lts/*
43
44
- name: 💫 Install dependencies
45
run: nix develop --command pnpm install --frozen-lockfile
0 commit comments