Change npm ci to npm install in workflow
This commit is contained in:
@@ -26,6 +26,6 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm install
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
|
||||
Reference in New Issue
Block a user