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 e7ae66f commit bfc7feaCopy full SHA for bfc7fea
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install pnpm
36
uses: pnpm/action-setup@v4
37
with:
38
- version: latest
+ package_json_file: package.json
39
run_install: false
40
- name: Setup Node.js ${{ matrix.node-version }}
41
uses: actions/setup-node@v4
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
- name: Setup Node.js 24
71
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
- name: Setup Node.js 24 (with npm registry)
109
0 commit comments