We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc391e1 commit 61bedbbCopy full SHA for 61bedbb
.github/workflows/release.yml
@@ -44,6 +44,11 @@ jobs:
44
with:
45
fetch-depth: 0
46
47
+ - name: Setup Node
48
+ uses: actions/setup-node@v6
49
+ with:
50
+ node-version: ${{ matrix.node-version }}
51
+
52
- name: Install pnpm
53
uses: pnpm/action-setup@v4
54
@@ -58,7 +63,7 @@ jobs:
58
63
# for publishes.
59
64
- name: Upgrade npm for OIDC support
60
65
run: |
61
- sudo npm install -g npm@11.11.0
66
+ npm install -g npm@11.11.0
62
67
echo "✅ npm upgraded to $(npm --version)"
68
69
- name: Create Release Pull Request or Publish to npm
0 commit comments