Skip to content

Commit 5dc4caf

Browse files
committed
Use NPM workspace
1 parent 9c6856d commit 5dc4caf

File tree

17 files changed

+2600
-1001
lines changed

17 files changed

+2600
-1001
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
- name: Use Node.js
136136
uses: actions/setup-node@v4
137137
with:
138+
cache: npm
138139
node-version-file: .nvmrc
139140

140141
- name: Get artifact dir name
@@ -401,6 +402,7 @@ jobs:
401402
- name: Use Node.js
402403
uses: actions/setup-node@v4
403404
with:
405+
cache: npm
404406
node-version-file: .nvmrc
405407

406408
- name: NPM install
@@ -461,6 +463,7 @@ jobs:
461463
- name: Use Node.js
462464
uses: actions/setup-node@v4
463465
with:
466+
cache: npm
464467
node-version-file: .nvmrc
465468

466469
- name: Download artifacts
@@ -495,6 +498,7 @@ jobs:
495498
- name: Use Node.js
496499
uses: actions/setup-node@v4
497500
with:
501+
cache: npm
498502
node-version-file: .nvmrc
499503
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
500504

0 commit comments

Comments
 (0)