Skip to content

Commit d945fd5

Browse files
Update test#134.yml
1 parent 785cf64 commit d945fd5

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
@@ -1,4 +1,4 @@
1-
name: Test Setup Node with invalid MirrorURL
1+
name: Test Setup Node with MirrorURL
22

33
on:
44
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js with different mirrorURL
1717
uses: aparnajyothi-y/setup-node@add-mirror-url
1818
with:
19-
node-version: '20'
19+
node-version: '18'
2020
check-latest: false
21-
mirror-url: 'https://invalid-url.com'
21+
mirror-url: 'https://nodejs.org/dist/'
2222

0 commit comments

Comments
 (0)