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 5539bcc commit ae506e2Copy full SHA for ae506e2
.github/workflows/ci.yml
@@ -18,9 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Setup pnpm
21
- uses: pnpm/action-setup@v3
22
- with:
23
- version: 10
+ uses: pnpm/action-setup@v4
24
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v4
.github/workflows/docs.yml
@@ -32,8 +32,6 @@ jobs:
32
33
34
uses: pnpm/action-setup@v4
35
36
37
38
- name: Get pnpm store directory
39
shell: bash
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
fetch-depth: 0
40
41
42
43
44
- name: Setup Node.js
45
0 commit comments