Skip to content

Commit 8fb41cc

Browse files
fix: use node lts/-1 instead of latest (#157)
1 parent 2748809 commit 8fb41cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: corepack enable
2424
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2525
with:
26-
node-version: latest
26+
node-version: lts/-1
2727

2828
- name: 📦 Install dependencies
2929
run: pnpm install

0 commit comments

Comments
 (0)