Skip to content

Commit 6561c56

Browse files
committed
Move to pnpm 8
1 parent 3a52efe commit 6561c56

2 files changed

Lines changed: 281 additions & 272 deletions

File tree

.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
name: Node.js ${{ matrix.node-version }} Quick
6161
steps:
@@ -72,6 +72,6 @@ jobs:
7272
with:
7373
node-version: ${{ matrix.node-version }}
7474
- name: Install dependencies
75-
run: pnpm install --frozen-lockfile --ignore-scripts
75+
run: pnpm install --no-frozen-lockfile --ignore-scripts
7676
- name: Run unit tests
7777
run: pnpm unit

0 commit comments

Comments
 (0)