Skip to content

Commit 7f763df

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-1467.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
uses: marco-ippolito/setup-node@fix-bearer-token
1616
# uses : actions/setup-node@v6
1717
with:
18-
node-version: 20
19-
registry-url: https://npm.pkg.github.com
20-
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
node-version: '20'
19+
mirror-url: https://httpbin.org
20+
mirror-token: 'Bearer test-token'
2221

2322
- name: Verify node and npm
2423
run: |

0 commit comments

Comments
 (0)