Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Aug 20, 2023
1 parent f7d3fc4 commit e7b9d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: "14"

- name: Install Dependencies
run: npm install
- name: Install Dependencies with Yarn
run: yarn install

- name: Package Extension
run: npx vsce package
Expand Down

0 comments on commit e7b9d8c

Please sign in to comment.