mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
fix(actions): Revert update actions
This commit is contained in:
parent
598d2862f3
commit
6e7df4e107
1 changed files with 1 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue