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: with:
node-version: '14' node-version: '14'
- name: NodeModules Cache - name: NodeModules Cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: '**/node_modules' path: '**/node_modules'
key: node_modules-${{ hashFiles('**/yarn.lock') }} key: node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: | restore-keys: |
node_modules node_modules
- name: UI Install - name: UI Install
run: yarn --cwd ./src/Ombi/ClientApp install run: yarn --cwd ./src/Ombi/ClientApp install