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 442d307 commit efada4cCopy full SHA for efada4c
.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@add-mirror-url
+ # uses: marco-ippolito/setup-node@mirror
18
uses: actions/setup-node@v4
19
with:
20
- node-version: '16'
+ node-version: '23'
21
check-latest: true
22
- # mirror-url: 'https://nodejs.org/download/release/'
+ mirror-url: 'https://nodejs.org/dist/'
23
0 commit comments