Skip to content

Commit ecfde22

Browse files
committed
cache npm installs
1 parent 24cf927 commit ecfde22

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
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: '20'
29+
cache: 'npm' # enable caching for npm
2930

3031
- name: Install dependencies
3132
run: npm ci

0 commit comments

Comments
 (0)