Skip to content

Commit

Permalink
added vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjun Sanji committed Sep 18, 2024
1 parent 8608258 commit d47bfaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: "22"
- name: Install dependencies
run: npm ci && npm install -g vsce
run: npm ci
- name: Calculate package-lock.json hash
id: hash
run: echo "hash=$(sha256sum package-lock.json | awk '{ print $1 }')" >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -54,6 +54,9 @@ jobs:
key: ${{ needs.setup.outputs.package-lock-hash }}
fail-on-cache-miss: true

- name: Install vsce
run: npm install -g vsce

- name: Get latest commit
run: |
echo "LAT_COMMIT=$(git log --format=%H --branches --max-count=1)" >> $GITHUB_ENV
Expand Down

0 comments on commit d47bfaf

Please sign in to comment.