Skip to content

Commit 067efd3

Browse files
authored
Use node 22 in publish actions (#1773)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
1 parent 67e60ce commit 067efd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-to-openvsx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
environment: Production
2121

2222
steps:
23-
- name: Use Node.js 18.x
23+
- name: Use Node.js 22.x
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18.x
26+
node-version: 22.x
2727

2828
- name: Download release
2929
run: |

.github/workflows/publish-to-vscode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
environment: Production
2121

2222
steps:
23-
- name: Use Node.js 18.x
23+
- name: Use Node.js 22.x
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18.x
26+
node-version: 22.x
2727

2828
- name: download release
2929
run: |

0 commit comments

Comments
 (0)