Skip to content

Commit 1bf4227

Browse files
Fix the workflow.
1 parent 03f32a1 commit 1bf4227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v5
4242
with:
4343
node-version: 20
4444
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)