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 e2522ca commit 9f8d0e9Copy full SHA for 9f8d0e9
.github/workflows/build-and-release.yml
@@ -29,17 +29,17 @@ jobs:
29
with:
30
fetch-depth: 0
31
32
+ - name: Setup pnpm
33
+ uses: pnpm/action-setup@v4
34
+ with:
35
+ version: latest
36
+
37
- name: Setup Node.js
38
uses: actions/setup-node@v4
39
40
node-version: 20.16.0 # Project's Node version
41
cache: pnpm
42
- - name: Setup pnpm
- uses: pnpm/action-setup@v4
- with:
- version: latest
-
43
- name: Install dependencies
44
run: pnpm install
45
0 commit comments