Skip to content

Commit b5334c5

Browse files
authored
Upgrade Node.js version from 18 to 20
1 parent 3e29e19 commit b5334c5

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 20
3131
cache: pnpm
3232
registry-url: "https://registry.npmjs.org"
3333

0 commit comments

Comments
 (0)