mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Cache dependencies on ci
This commit is contained in:
parent
cdbdeae2cd
commit
8617fe3878
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
cache-dependency-path: |
|
||||
yarn.lock
|
||||
app/yarn.lock
|
||||
- name: Install
|
||||
run: yarn install
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue