Skip to content

Commit fb2007b

Browse files
committed
ci: run release tasks on latest node version
1 parent 7821196 commit fb2007b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: corepack enable
2525
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626
with:
27-
node-version: lts/*
27+
node-version: latest
2828
registry-url: "https://registry.npmjs.org/"
2929
cache: "pnpm"
3030

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: corepack enable
2828
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
30-
node-version: lts/*
30+
node-version: latest
3131
registry-url: 'https://registry.npmjs.org/'
3232
cache: pnpm
3333

0 commit comments

Comments
 (0)