Skip to content

Commit 23b67db

Browse files
committed
ci: upgrade to actions/setup-node@v4
1 parent 4765bb0 commit 23b67db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
envFilePath: ./envvars.for.actions
2626

2727
- name: Use Node.js
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ env.NODE_VERSION }}
3131

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
envFilePath: ./envvars.for.actions
2626

2727
- name: Use Node.js
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ env.NODE_VERSION }}
3131
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish_ovsx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
envFilePath: ./envvars.for.actions
1616

1717
- name: Use Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ env.NODE_VERSION }}
2121

.github/workflows/publish_vsce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
envFilePath: ./envvars.for.actions
1919

2020
- name: Use Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ env.NODE_VERSION }}
2424

0 commit comments

Comments
 (0)