Skip to content

Commit 2485a97

Browse files
authored
fix(ci): latest -> lts (#238)
* fix(ci): latest -> lts * chore: clone fetch-depth
1 parent 9fa0659 commit 2485a97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ jobs:
2929
steps:
3030
- name: Checkout code
3131
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+
with:
33+
fetch-depth: 0
3234

3335
- name: Setup Nix
3436
uses: ./.github/actions/setup-nix
3537

3638
- name: Setup Node.js for npm
3739
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3840
with:
39-
node-version: 'latest'
4041
registry-url: 'https://registry.npmjs.org'
42+
node-version: lts/*
4143

4244
- name: 💫 Install dependencies
4345
run: nix develop --command pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)