Aggiorna .github/workflows/npmpub.yml
Some checks failed
Publish to NPM / build (push) Failing after 38s

This commit is contained in:
loke 2026-02-07 17:12:52 +00:00
parent 553755e67e
commit d00aa50070

View file

@ -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