Skip to content

Commit 75fe269

Browse files
committed
github ci: use npm cache
1 parent 97ea3f2 commit 75fe269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
2121
with:
2222
node-version: ${{ matrix.node }}
23+
registry-url: 'https://registry.npmjs.org'
24+
cache: 'npm'
2325
- run: npm install
2426
- name: Build and run tests
2527
run: |

0 commit comments

Comments
 (0)