Skip to content

Commit 7813794

Browse files
committed
update pnpm to v8
1 parent 414d37f commit 7813794

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: pnpm/action-setup@v2
2929
with:
30-
version: 7
30+
version: 8
3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v3
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v3
5353
- uses: pnpm/action-setup@v2
5454
with:
55-
version: 7
55+
version: 8
5656
- name: Use Node.js ${{ matrix.node-version }}
5757
uses: actions/setup-node@v3
5858
with:
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v3
8383
- uses: pnpm/action-setup@v2
8484
with:
85-
version: 7
85+
version: 8
8686
- name: Use Node.js ${{ matrix.node-version }}
8787
uses: actions/setup-node@v3
8888
with:
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v3
108108
- uses: pnpm/action-setup@v2
109109
with:
110-
version: 7
110+
version: 8
111111
- name: Use Node.js ${{ matrix.node-version }}
112112
uses: actions/setup-node@v3
113113
with:
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/checkout@v3
134134
- uses: pnpm/action-setup@v2
135135
with:
136-
version: 7
136+
version: 8
137137
- name: Use Node.js ${{ matrix.node-version }}
138138
uses: actions/setup-node@v3
139139
with:
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/checkout@v3
171171
- uses: pnpm/action-setup@v2
172172
with:
173-
version: 7
173+
version: 8
174174
- uses: actions/setup-node@v3
175175
with:
176176
node-version: 14

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"npm": false
5656
},
5757
"volta": {
58-
"node": "16.18.1",
59-
"yarn": "1.22.19"
58+
"node": "16.18.1"
6059
}
6160
}

pnpm-lock.yaml

+24-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)