Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
vfshera committed Oct 6, 2023
1 parent d56e35a commit 72f2f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 16

- name: Install Dependencies
run: npm ci
run: pnpm install

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16

- name: Install Dependencies
run: npm ci
run: pnpm install

- name: Package Extension
id: packageExtension
Expand Down

0 comments on commit 72f2f0f

Please sign in to comment.