Skip to content

Commit 8f957db

Browse files
Update test-1467.yml
1 parent 7f763df commit 8f957db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-1467.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# uses : actions/setup-node@v6
1717
with:
1818
node-version: '20'
19-
mirror-url: https://httpbin.org
19+
mirror: 'https://httpbin.org'
2020
mirror-token: 'Bearer test-token'
2121

2222
- name: Verify node and npm
@@ -26,6 +26,3 @@ jobs:
2626
2727
- name: Install dependencies from authenticated registry
2828
run: npm install
29-
30-
- name: Validate npm authentication
31-
run: npm whoami

0 commit comments

Comments
 (0)