Skip to content

Commit a2c432e

Browse files
committed
Lock pnpm and fix Node.js 14 support
1 parent becf414 commit a2c432e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 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: latest
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: latest
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

0 commit comments

Comments
 (0)