We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d11011 commit 81df5a4Copy full SHA for 81df5a4
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
+ - uses: pnpm/action-setup@v4
21
+ with:
22
+ version: 10
23
+
24
- uses: actions/setup-node@v6
25
26
node-version: lts/*
@@ -26,10 +30,6 @@ jobs:
30
env:
27
31
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28
32
29
- - uses: pnpm/action-setup@v4
- with:
- version: 10
-
33
- name: Install dependencies
34
run: pnpm install
35
0 commit comments