Aggiorna .github/workflows/npmpub.yml
Some checks failed
Publish to NPM / build (push) Failing after 38s
Some checks failed
Publish to NPM / build (push) Failing after 38s
This commit is contained in:
parent
553755e67e
commit
d00aa50070
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npmpub.yml
vendored
2
.github/workflows/npmpub.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.x'
|
||||
node-version: '20.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue