Skip to content

Commit 344ebca

Browse files
committed
.
1 parent 96ce2ba commit 344ebca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
node-version: '20.x' # Actualización de la versión de Node.js
1717
registry-url: 'https://registry.npmjs.org/'
18+
- run: npm config list
19+
- run: npm whoami
1820
- run: npm install
1921
- run: npm test
2022
- run: npm publish

0 commit comments

Comments
 (0)