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 97ea3f2 commit 75fe269Copy full SHA for 75fe269
.github/workflows/nodejs.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
21
with:
22
node-version: ${{ matrix.node }}
23
+ registry-url: 'https://registry.npmjs.org'
24
+ cache: 'npm'
25
- run: npm install
26
- name: Build and run tests
27
run: |
0 commit comments