Skip to content

Commit d850ced

Browse files
authored
Use LTS Node version for release workflow (#705)
1 parent 659f3ea commit d850ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 'Setup Node.js'
3434
uses: 'actions/setup-node@v4.1.0'
3535
with:
36-
node-version: 20
36+
node-version: 22
3737
registry-url: 'https://registry.npmjs.org/'
3838
cache: 'npm'
3939
- name: 'Install dependencies'

0 commit comments

Comments
 (0)