Skip to content

Commit d4f7fd8

Browse files
authored
Update release.yml (#167)
CI: Expand the Node.js versions configured in the release workflow's setup-node step. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
1 parent c663c7b commit d4f7fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# pnpm
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 18.x,20.x,22.x,24.x
3131
cache: "pnpm"
3232

3333
- name: Get pnpm store directory

0 commit comments

Comments
 (0)