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 b512b29 commit b952be7Copy full SHA for b952be7
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout the repository
15
uses: actions/checkout@v4
16
- name: Install pnpm
17
- uses: pnpm/action-setup@v3
+ uses: pnpm/action-setup@v4
18
with:
19
version: 9
20
- name: Install Node.js
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
- name: Install Node.js ${{ matrix.node-version }}
0 commit comments