Skip to content

Commit 287b09c

Browse files
Install vsce in validation of PRs
1 parent 415c3c5 commit 287b09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: "14.x"
2020
- run: npm i
21+
- run: npm i -g vsce
2122
- uses: actions/setup-python@v3
2223
with:
2324
python-version: "3.8"

0 commit comments

Comments
 (0)