Skip to content

Commit 4a629f5

Browse files
committed
Move to pnpm 8
1 parent 029aed6 commit 4a629f5

File tree

2 files changed

+373
-351
lines changed

2 files changed

+373
-351
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: 7
19+
version: 8
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
@@ -33,15 +33,14 @@ jobs:
3333
node-version:
3434
- 18
3535
- 16
36-
- 14
3736
name: Node.js ${{ matrix.node-version }} Quick
3837
steps:
3938
- name: Checkout the repository
4039
uses: actions/checkout@v3
4140
- name: Install pnpm
4241
uses: pnpm/action-setup@v2
4342
with:
44-
version: 7
43+
version: 8
4544
- name: Install Node.js ${{ matrix.node-version }}
4645
uses: actions/setup-node@v3
4746
with:
@@ -56,6 +55,7 @@ jobs:
5655
strategy:
5756
matrix:
5857
node-version:
58+
- 14
5959
- 12
6060
- 10
6161
name: Node.js ${{ matrix.node-version }} Quick
@@ -73,6 +73,6 @@ jobs:
7373
with:
7474
node-version: ${{ matrix.node-version }}
7575
- name: Install dependencies
76-
run: pnpm install --frozen-lockfile --ignore-scripts
76+
run: pnpm install --no-frozen-lockfile --ignore-scripts
7777
- name: Run unit tests
7878
run: pnpm unit

0 commit comments

Comments
 (0)