Skip to content

Commit e6e4281

Browse files
committed
chore: wip
1 parent f5a2468 commit e6e4281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
env:
4848
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4949

50+
- name: Check npm version and access
51+
run: |
52+
npm --version
53+
npm ping
54+
5055
# temporary workaround until npm publish is replaced with bun publish
5156
- name: Install VS Code Extension Dependencies
5257
run: cd storage/framework/ide/vscode && npm install && cd ../../../../

0 commit comments

Comments
 (0)