add cache to CI

This commit is contained in:
adueck 2023-11-26 14:30:49 +04:00
parent 13a8090c33
commit 2b4c6832a3
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ jobs:
env:
LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }}
steps:
- name: Cache NPM deps
uses: actions/cache@v3
with:
path: |
~/node_modules
~/website/node_modules
~/account/node_modules
- uses: actions/checkout@v3
- run: |
npm install