mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Enable yarn cache on CI
This commit is contained in:
parent
91f95dc57b
commit
05e84a5db9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
uses: actions/setup-node@v2.3.0
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
- name: Install
|
||||
run: yarn install
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue