mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
CI: use "npm ci"
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,5 +23,5 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
- run: cp config.cli.js config.js
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -25,5 +25,5 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
- run: cp config.cli.js config.js
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- run: npm run ${{ matrix.check }}
|
||||
|
||||
Reference in New Issue
Block a user