Skip to content

Commit c90d19e

Browse files
committed
Add CI cache for npm packages
1 parent 94ee649 commit c90d19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v5
1818
with:
1919
node-version: ${{ matrix.node-version }}
20+
cache: npm
2021
- name: npm install, build, lint, and test
2122
run: |
2223
npm install

0 commit comments

Comments
 (0)