mirror of
https://github.com/blackboxprogramming/context-bridge.git
synced 2026-03-17 05:57:15 -05:00
fix: remove npm cache requirement, use npm install instead of npm ci
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -8,8 +8,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm install
|
||||
- run: npm test --if-present
|
||||
- run: npm run lint --if-present
|
||||
- run: npm run build --if-present
|
||||
|
||||
Reference in New Issue
Block a user