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 96ce2ba commit 344ebcaCopy full SHA for 344ebca
.github/workflows/npm-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
with:
16
node-version: '20.x' # Actualización de la versión de Node.js
17
registry-url: 'https://registry.npmjs.org/'
18
+ - run: npm config list
19
+ - run: npm whoami
20
- run: npm install
21
- run: npm test
22
- run: npm publish
0 commit comments