Skip to content

Commit 5587f5c

Browse files
committed
chore: use node 20 for releases
1 parent 23a1b37 commit 5587f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v4
1717

18-
- name: Setup Node.js 18
18+
- name: Setup Node.js 20
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Install Dependencies
2424
run: yarn

0 commit comments

Comments
 (0)