Skip to content

Commit 4631f65

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
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)