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 9f2024d commit 5fa9cdbCopy full SHA for 5fa9cdb
1 file changed
.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: 7
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
- name: Install Node.js ${{ matrix.node-version }}
46
47
0 commit comments