ci(workflow): add cache to workflows using actions/setup-node (#287)
parent
7a0f7a9962
commit
5e2e068714
|
@ -23,6 +23,7 @@ jobs:
|
|||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run format-check
|
||||
|
|
Loading…
Reference in New Issue