Added cache dependency path
This commit is contained in:
parent
13233ec7be
commit
e993f7c4c7
9
.github/workflows/node.js.yml
vendored
9
.github/workflows/node.js.yml
vendored
@ -14,19 +14,14 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [18.x]
|
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
path: ./ClientApp
|
node-version: 18
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
cache-dependency-path: ./ClientApp/package-lock.json
|
||||||
- name: Install
|
- name: Install
|
||||||
working-directory: ./ClientApp
|
working-directory: ./ClientApp
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user