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 c61addf commit 1078ee0Copy full SHA for 1078ee0
.github/workflows/push.yml
@@ -20,9 +20,9 @@ jobs:
20
run: npm i -g corepack
21
- uses: actions/setup-node@v4
22
with:
23
+ node-version: "24.x" # Trusted publishing requires npm >=v11.5.1
24
cache: "yarn"
25
- - run: npm install -g npm # Trusted publishing requires npm >=v11.5.1
26
- run: yarn
27
28
- name: Create Release Pull Request or Publish to npm
0 commit comments