mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 13:33:27 +00:00
fix(actions): Revert update actions
This commit is contained in:
1
.github/workflows/cloudflare.yml
vendored
1
.github/workflows/cloudflare.yml
vendored
@@ -27,7 +27,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
|
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
Reference in New Issue
Block a user