Skip to content

Commit

Permalink
fix: downgrade vsce to 2.31.0 (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Aug 13, 2024
1 parent 594cede commit b0640ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
env:
VSCE_COMMAND: ${{ '@vscode/[email protected].1' }}
VSCE_COMMAND: ${{ '@vscode/[email protected].0' }}
name: ci
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit b0640ce

Please sign in to comment.