Skip to content

Commit 6f7bbf2

Browse files
committed
ci: use lts version for release
1 parent 8fb41cc commit 6f7bbf2

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: lts/-1
26+
node-version: lts
2727

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

0 commit comments

Comments
 (0)