mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
Fix Cloudflare workflow: remove npm cache dependency
This commit is contained in:
@@ -23,12 +23,10 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: web/package-lock.json
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: web
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Build
|
||||
working-directory: web
|
||||
|
||||
Reference in New Issue
Block a user