We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc004aa commit 9658a1dCopy full SHA for 9658a1d
1 file changed
.github/workflows/publish.yml
@@ -24,11 +24,16 @@ jobs:
24
fetch-depth: 0 # Essential for semantic-release to analyze history
25
persist-credentials: false # Recommended practice
26
27
+ # Remove explicit Node setup - pnpm/action-setup handles it
28
+ # - name: Setup Node.js
29
+ # uses: actions/setup-node@v4
30
+ # with:
31
+ # node-version: 20
32
+ # cache: 'pnpm'
33
+
34
- name: Setup pnpm
35
uses: pnpm/action-setup@v4
36
# Version is read from package.json's "packageManager" field
- # with:
- # version: 9
37
38
- name: Install dependencies
39
run: pnpm install --frozen-lockfile
0 commit comments