Skip to content

Commit f6b2437

Browse files
authored
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#6)
1 parent b6ed19c commit f6b2437

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
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 16
15+
cache: npm
1516
- run: npm ci
1617
- run: npx semantic-release
1718
env:

0 commit comments

Comments
 (0)