Skip to content

Commit

Permalink
Install current version of vsce tool in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi committed Dec 16, 2024
1 parent 35f4d65 commit ad71a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '23.4.0'
- name: Install vsce
run: |
npm install -g vsce
npm install -g @vscode/vsce
- name: Install dependencies
working-directory: abs
run: |
Expand Down

0 comments on commit ad71a20

Please sign in to comment.