Skip to content

Commit 4116905

Browse files
committed
ci: enable setup-node action npm cache
1 parent 18fd372 commit 4116905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: actions/[email protected]
1212
with:
1313
node-version: 16.x
14+
cache: npm
1415
- run: npm install
1516
- run: npm run lint:check
1617
- run: npm run format:check
@@ -23,6 +24,7 @@ jobs:
2324
uses: actions/[email protected]
2425
with:
2526
node-version: 16.x
27+
cache: npm
2628
- run: npm install
2729
- run: npm run build
2830

0 commit comments

Comments
 (0)