Skip to content

Commit

Permalink
ci(npm): try to peek into ci's env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed May 14, 2024
1 parent eda292f commit f406b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v4
with:
path: |
Expand All @@ -26,6 +25,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- run: npm config list
- run: npm token
- run: npm whoami

- name: Install modules
Expand Down

0 comments on commit f406b93

Please sign in to comment.