Skip to content

Commit 6649b33

Browse files
authored
Bump node version to latest to fix release workflow failure (#196)
1 parent 88bc79e commit 6649b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: '20'
38+
node-version: 'latest'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Ensure latest npm (>= 11.5.1 for OIDC)

0 commit comments

Comments
 (0)