Skip to content

Commit

Permalink
chore: use npm install instead
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Aug 6, 2024
1 parent d2754f0 commit c7fec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: npm install
- uses: lannonbr/[email protected]
with:
args: "publish -p $VSCE_TOKEN"
Expand Down

0 comments on commit c7fec50

Please sign in to comment.