Skip to content

Commit

Permalink
fix: back to install from ci
Browse files Browse the repository at this point in the history
lock file no longer exists
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent fec3041 commit 9bfa83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm install
- name: Install vsce
run: npm install -g @vscode/vsce
- name: Publish
Expand Down

0 comments on commit 9bfa83e

Please sign in to comment.