Skip to content

Commit 9802e25

Browse files
Create test#1412.yml
1 parent 869ce0c commit 9802e25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test#1412.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)