Skip to content

Commit 9459721

Browse files
committed
adding npm cache
1 parent ea7b331 commit 9459721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/setup-node@v3
1414
with:
1515
node-version: 16
16+
cache: 'npm'
1617

1718
- name: Build project
1819
run: |

0 commit comments

Comments
 (0)