Skip to content

Commit 442d307

Browse files
Update test#134.yml
1 parent 10477f9 commit 442d307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test#134.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
# Step 2: Set up Node.js with empty node-version
1616
- name: Set up Node.js with different mirrorURL
17-
uses: aparnajyothi-y/setup-node@test-check-latest
18-
# uses: actions/setup-node@v4
17+
# uses: aparnajyothi-y/setup-node@add-mirror-url
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: '18.9.0'
20+
node-version: '16'
2121
check-latest: true
22-
mirror-url: 'https://nodejs.org/download/release/'
22+
# mirror-url: 'https://nodejs.org/download/release/'
2323

0 commit comments

Comments
 (0)