We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2a1c0 commit 5133358Copy full SHA for 5133358
.github/actions/prepare/action.yml
@@ -6,7 +6,7 @@ runs:
6
steps:
7
- uses: pnpm/action-setup@v4.1.0
8
with:
9
- version: 8
+ version: 8.15.9
10
- name: Use Node.js ${{ matrix.node-version }}
11
uses: actions/setup-node@v4.4.0
12
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install pnpm 🔧
16
uses: pnpm/action-setup@v4.1.0
17
18
19
- name: Setup Node 🔧
20
21
0 commit comments