Skip to content

Commit d4ff7d4

Browse files
committed
ci: add npm cache to the publishing job
1 parent 5e52ea1 commit d4ff7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
if: ${{ steps.release.outputs.release_created }}
4545
with:
4646
node-version: lts/*
47+
cache: npm
4748
registry-url: https://registry.npmjs.org
4849
- name: 🚀 Publish to npm
4950
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)