Skip to content

Commit be64377

Browse files
committed
Update to Node 22
1 parent 912749d commit be64377

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4.3.0
3535
if: ${{ env.DO_DOWNLOAD == 'true' }}
3636
with:
37-
node-version: "20.x"
37+
node-version: "22.x"
3838
- run: npm install
3939
if: ${{ env.DO_DOWNLOAD == 'true' }}
4040
- run: npm i -g @vscode/vsce pnpm

.github/workflows/publish-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v5
3737
- uses: actions/setup-node@v4.3.0
3838
with:
39-
node-version: "20.x"
39+
node-version: "22.x"
4040
- run: npm install
4141
- run: npm i -g @vscode/vsce pnpm
4242
- uses: actions/github-script@v7

.github/workflows/publish-once.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/setup-node@v4.3.0
2323
with:
24-
node-version: "20.x"
24+
node-version: "22.x"
2525
- name: Download extension file
2626
run: wget -O extension.vsix "${{ github.event.inputs.extensions }}"
2727
- name: Create Open VSX namespace

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v4.3.0
1818
with:
19-
node-version: "18.x"
19+
node-version: "22.x"
2020
- uses: oven-sh/setup-bun@v2
2121
with:
2222
bun-version: latest

0 commit comments

Comments
 (0)