Skip to content

Commit efada4c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test#134.yml

Lines changed: 3 additions & 3 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@add-mirror-url
17+
# uses: marco-ippolito/setup-node@mirror
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '16'
20+
node-version: '23'
2121
check-latest: true
22-
# mirror-url: 'https://nodejs.org/download/release/'
22+
mirror-url: 'https://nodejs.org/dist/'
2323

0 commit comments

Comments
 (0)