Skip to content

Commit 6217164

Browse files
committed
chore: move release workflow to node 20
1 parent 2c458de commit 6217164

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
cache: npm
27-
node-version: 18
27+
node-version: 20
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Release

0 commit comments

Comments
 (0)