0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00

Update CI

This commit is contained in:
Jesse 2025-01-13 10:11:12 +01:00
parent 025d6feefe
commit ff85ff7f79
3 changed files with 6 additions and 6 deletions

View File

@ -27,10 +27,10 @@ jobs:
id: cache-check
uses: actions/cache@v4
with:
path: ~/.npm
path: ./project/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('./project/package.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node-${{ hashFiles('./project/package.json') }}
- name: Install NPM Dependencies
if: steps.cache-check.outputs.cache-hit != 'true'

View File

@ -27,10 +27,10 @@ jobs:
id: cache-check
uses: actions/cache@v4
with:
path: ~/.npm
path: ./project/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('./project/package.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node-${{ hashFiles('./project/package.json') }}
- name: Install NPM Dependencies
if: steps.cache-check.outputs.cache-hit != 'true'

View File

@ -27,10 +27,10 @@ jobs:
id: cache-check
uses: actions/cache@v4
with:
path: ~/.npm
path: ./project/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('./project/package.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node-${{ hashFiles('./project/package.json') }}
- name: Install NPM Dependencies
if: steps.cache-check.outputs.cache-hit != 'true'