mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 00:19:02 +00:00
Add cache
This commit is contained in:
parent
b70e866580
commit
006f82b841
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
|
|
||||||
|
- uses: egordm/gha-yarn-node-cache@v1
|
||||||
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: npm run release
|
- run: npm run release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue