Skip to content

Commit 2825d0c

Browse files
committed
fix: Change package manager from pnpm to npm.
1 parent 354a0e1 commit 2825d0c

File tree

6 files changed

+4794
-3048
lines changed

6 files changed

+4794
-3048
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
- run: corepack enable
1514
- uses: actions/setup-node@v4
1615
with:
1716
node-version: 20
18-
cache: 'pnpm'
19-
- run: pnpm install
20-
- run: pnpm lint
17+
cache: 'npm'
18+
- run: npm install
19+
- run: npm run lint

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
- run: corepack enable
2524
- uses: actions/setup-node@v4
2625
with:
2726
node-version: 20
28-
cache: 'pnpm'
29-
- run: pnpm install
27+
cache: 'npm'
28+
- run: npm install
3029

3130
- name: Publish to Visual Studio Marketplace
3231
uses: HaaLeo/publish-vscode-extension@v1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.5] 2024-10-15
10+
11+
### Fixed
12+
13+
- Change package manager from `pnpm` to `npm`. (https://github.com/microsoft/vscode-vsce/issues/421#issuecomment-1853833167)
14+
915
## [0.0.4] 2024-10-15
1016

1117
### Added

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy