We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b78eb commit 7f763dfCopy full SHA for 7f763df
.github/workflows/test-1467.yml
@@ -15,10 +15,9 @@ jobs:
15
uses: marco-ippolito/setup-node@fix-bearer-token
16
# uses : actions/setup-node@v6
17
with:
18
- node-version: 20
19
- registry-url: https://npm.pkg.github.com
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ node-version: '20'
+ mirror-url: https://httpbin.org
+ mirror-token: 'Bearer test-token'
22
23
- name: Verify node and npm
24
run: |
0 commit comments