Skip to content

Commit 7a80745

Browse files
committed
ci(actions): working CI pipeline & use caching
1 parent aaaee45 commit 7a80745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v3
2424
with:
2525
node-version: 16
26+
cache: 'npm'
2627
- run: npm ci
2728
- run: npm test
2829

0 commit comments

Comments
 (0)