We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869ce0c commit 9802e25Copy full SHA for 9802e25
1 file changed
.github/workflows/test#1412.yml
@@ -0,0 +1,17 @@
1
+name: Repro setup-node mirror issue
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v6
11
12
+ - name: Setup Node.js using authenticated mirror
13
+ uses: actions/setup-node@v6
14
+ with:
15
+ node-version: 22.20.0
16
+ mirror: https://redacted/artifactory/nodejs-remote/dist
17
+ mirror-token: ${{ secrets.MIRROR_TOKEN }}
0 commit comments