Skip to content

Commit ad71a20

Browse files
committed
Install current version of vsce tool in ci
1 parent 35f4d65 commit ad71a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: '23.4.0'
1616
- name: Install vsce
1717
run: |
18-
npm install -g vsce
18+
npm install -g @vscode/vsce
1919
- name: Install dependencies
2020
working-directory: abs
2121
run: |

0 commit comments

Comments
 (0)