Skip to content

Commit c41f1df

Browse files
committed
update workflow
1 parent 093d532 commit c41f1df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/npmpublish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
with:
3131
node-version: 12
3232
registry-url: https://registry.npmjs.org/
33+
- name: Cache node modules
34+
uses: actions/cache@v1
35+
with:
36+
path: node_modules
37+
key: dependencies
3338
- run: npm publish
3439
env:
3540
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)