Skip to content

Commit 012a556

Browse files
Update node-18-test.yml
1 parent 72b2bc8 commit 012a556

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node-18-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
uses: marco-ippolito/setup-node@mirror
1818
with:
1919
node-version: '21'
20+
mirror: 'https://nodejs.org/'
21+
mirror-token: ${{secrets.GITHUB_TOKEN}}
22+
2023
- name: Verify Node.js installation
2124
run: node -v

0 commit comments

Comments
 (0)