syntaxxxxxxx

This commit is contained in:
tidusjar 2021-09-28 17:08:44 +01:00
parent 02a19922fb
commit b60fca053a

View file

@ -16,13 +16,13 @@ jobs:
with:
node-version: '14'
- name: NodeModules Cache
uses: actions/cache@v2
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
node_modules
- name: NodeModules Cache
uses: actions/cache@v2
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
node_modules
- name: UI Install
run: yarn --cwd ./src/Ombi/ClientApp install