Skip to content

Commit 5dcab5e

Browse files
committed
fix vsce
1 parent aaf8ff9 commit 5dcab5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: 🧰 Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
19+
node-version: '22'
2020

2121
- name: 📦 Install dependencies
2222
run: npm ci
@@ -25,7 +25,7 @@ jobs:
2525
run: npx --yes jsonlint-cli package.json
2626

2727
- name: 🛠️ Install vsce
28-
run: npm install -g vsce
28+
run: npm install -g @vscode/vsce@3.5
2929

3030
- name: 📦 Package VS Code extension
3131
run: vsce package

0 commit comments

Comments
 (0)