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 10477f9 commit 442d307Copy full SHA for 442d307
.github/workflows/test#134.yml
@@ -14,10 +14,10 @@ jobs:
14
15
# Step 2: Set up Node.js with empty node-version
16
- name: Set up Node.js with different mirrorURL
17
- uses: aparnajyothi-y/setup-node@test-check-latest
18
- # uses: actions/setup-node@v4
+ # uses: aparnajyothi-y/setup-node@add-mirror-url
+ uses: actions/setup-node@v4
19
with:
20
- node-version: '18.9.0'
+ node-version: '16'
21
check-latest: true
22
- mirror-url: 'https://nodejs.org/download/release/'
+ # mirror-url: 'https://nodejs.org/download/release/'
23
0 commit comments