Skip to content

Commit 4631f65

Browse files
nikeeemischah
authored andcommitted
Cache deps
1 parent d5df8a8 commit 4631f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: latest
18-
- run: npm install
18+
cache: npm
19+
- run: npm ci
1920
- run: npm test

0 commit comments

Comments
 (0)