Skip to content

Commit d7fa8ba

Browse files
committed
chore: update node version for release workflow
1 parent 1b356d3 commit d7fa8ba

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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '14'
15+
node-version: '22'
1616
- name: Install Dependencies
1717
run: npm ci
1818
- name: Release

0 commit comments

Comments
 (0)