We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785cf64 commit d945fd5Copy full SHA for d945fd5
.github/workflows/test#134.yml
@@ -1,4 +1,4 @@
1
-name: Test Setup Node with invalid MirrorURL
+name: Test Setup Node with MirrorURL
2
3
on:
4
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js with different mirrorURL
17
uses: aparnajyothi-y/setup-node@add-mirror-url
18
with:
19
- node-version: '20'
+ node-version: '18'
20
check-latest: false
21
- mirror-url: 'https://invalid-url.com'
+ mirror-url: 'https://nodejs.org/dist/'
22
0 commit comments