We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becf414 commit a2c432eCopy full SHA for a2c432e
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v2
18
with:
19
- version: latest
+ version: 8
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
@@ -33,15 +33,14 @@ jobs:
33
node-version:
34
- 18
35
- 16
36
- - 14
37
name: Node.js ${{ matrix.node-version }} Quick
38
steps:
39
- name: Checkout the repository
40
uses: actions/checkout@v3
41
42
43
44
45
- name: Install Node.js ${{ matrix.node-version }}
46
47
@@ -56,6 +55,7 @@ jobs:
56
55
strategy:
57
matrix:
58
+ - 14
59
- 12
60
- 10
61
0 commit comments