Skip to content

Commit 272a937

Browse files
committed
fix: update node version for release.yml.
1 parent 098428f commit 272a937

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18.x'
19+
node-version: '20.1.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Release

0 commit comments

Comments
 (0)