Skip to content

Commit 189e4a1

Browse files
committed
chore: migrate to pnpm 7
1 parent 8b34b98 commit 189e4a1

4 files changed

Lines changed: 425 additions & 58 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v2.0.1
18-
with:
19-
version: 6.15.1
17+
uses: pnpm/action-setup@v2.2.1
2018

2119
- name: Use Node.js v16
2220
uses: actions/setup-node@v2

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v2.0.1
28-
with:
29-
version: 6.15.1
27+
uses: pnpm/action-setup@v2.2.1
3028

3129
- name: Use Node.js ${{ matrix.node-version }}
3230
uses: actions/setup-node@v2

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "windicss-webpack-plugin",
33
"version": "1.7.2",
4+
"packageManager": "pnpm@7.1.3",
45
"license": "MIT",
56
"author": {
67
"name": "Harlan Wilton",

0 commit comments

Comments
 (0)