Skip to content

Commit 7788187

Browse files
committed
cache package-lock.json
1 parent fb3f320 commit 7788187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: "14"
24+
cache: 'npm'
2425

2526
- name: Setup Python
2627
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)