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 4ac52c4 commit e5c3b84Copy full SHA for e5c3b84
.github/workflows/test.yml
@@ -15,9 +15,9 @@ jobs:
15
- name: Checkout the repository
16
uses: actions/checkout@v4
17
- name: Install pnpm
18
- uses: pnpm/action-setup@v3
+ uses: pnpm/action-setup@v4
19
with:
20
- version: 8
+ version: 9
21
- name: Install Node.js
22
uses: actions/setup-node@v4
23
@@ -39,9 +39,9 @@ jobs:
39
40
41
42
43
44
45
- name: Install Node.js ${{ matrix.node-version }}
46
47
0 commit comments