Skip to content

Commit 9521b41

Browse files
committed
chore: Add dependencies caching
1 parent 3593577 commit 9521b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.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@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
20+
cache: 'npm'
2021

2122
- name: install, lint, audit, build, test
2223
run: |

0 commit comments

Comments
 (0)