Skip to content

Commit f7cef6b

Browse files
authored
[MERGE] pull request #24 from Asperguide/renovate/actions-setup-node-6.x
[UPDATE] actions/setup-node action to v6.2.0
2 parents a4c0a2e + 5d66d78 commit f7cef6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_vsix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6.0.2
3333

3434
- name: Setup Node
35-
uses: actions/setup-node@v6.0.0
35+
uses: actions/setup-node@v6.2.0
3636
with:
3737
node-version: 24
3838

0 commit comments

Comments
 (0)