Skip to content

Commit 6ca3c4c

Browse files
authored
chore: Add npm 'cache' to 'release' workflow (#1899)
1 parent 7d62618 commit 6ca3c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: '16'
17+
cache: npm
1718

1819
- run: npm ci
1920

0 commit comments

Comments
 (0)