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