Skip to content

Commit 6f2dae0

Browse files
authored
Add npm whoami command to CI workflow
1 parent 23d8ff8 commit 6f2dae0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ jobs:
1616
cache: 'pnpm'
1717
- run: pnpm install
1818
- run: pnpm test
19+
- run: npm whoami
20+
env:
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)