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 5d79380 commit 23657c8Copy full SHA for 23657c8
README.md
@@ -115,18 +115,18 @@ jobs:
115
- name: Checkout
116
uses: actions/checkout@v4
117
118
- - name: Install Node.js
119
- uses: actions/setup-node@v4
120
- with:
121
- node-version: 20
122
- cache: 'pnpm'
123
-
124
- uses: pnpm/action-setup@v4
125
name: Install pnpm
126
with:
127
version: 8
128
run_install: false
129
+ - name: Install Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: 20
+ cache: 'pnpm'
+
130
- name: Get pnpm store directory
131
shell: bash
132
run: |
0 commit comments