Skip to content

Commit 54be33b

Browse files
authored
chore: Add npm 'cache' to 'release' workflow (#1901)
1 parent 48e98b8 commit 54be33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.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@v2
1818
with:
1919
node-version: '16'
20+
cache: npm
2021

2122
- run: npm ci
2223
- run: npm run test:coverage -- --runInBand

0 commit comments

Comments
 (0)