Skip to content

Commit 3fcae60

Browse files
committed
chore: Update npm-publish.yml workflow steps and add cache
1 parent 992c5a4 commit 3fcae60

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
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424
registry-url: https://registry.npmjs.org/
25+
cache: "npm"
2526
- name: Install dependencies
2627
run: npm install
2728
- name: Run tests

0 commit comments

Comments
 (0)