Skip to content

Commit 9a5ad33

Browse files
committed
update node in rest of workflows
1 parent be64377 commit 9a5ad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v5
6161
- uses: actions/setup-node@v4.3.0
6262
with:
63-
node-version: "20.x"
63+
node-version: "22.x"
6464
- uses: oven-sh/setup-bun@v2
6565
with:
6666
bun-version: latest
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v5
116116
- uses: actions/setup-node@v4.3.0
117117
with:
118-
node-version: "20.x"
118+
node-version: "22.x"
119119
- run: npm install
120120
- run: npm i -g @vscode/vsce pnpm
121121
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)