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 e6acb9e commit cb697b6Copy full SHA for cb697b6
.github/workflows/npm-publish.yml
@@ -17,7 +17,10 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
20
+ node-version: 22
21
registry-url: 'https://registry.npmjs.org'
22
+ - name: Update npm
23
+ run: npm install -g npm@latest # NPM Trusted Publishing requires npm 11.5.1 or later
24
- name: Configure git
25
run: |
26
git config user.name "GitHub Actions Bot"
0 commit comments