mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
Corrected workflow steps
This commit is contained in:
parent
b91cb6fe8a
commit
e23ed41f1c
12
.github/workflows/nodejs.yml
vendored
12
.github/workflows/nodejs.yml
vendored
@ -23,19 +23,19 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Run npm ci
|
||||
- name: Run npm install
|
||||
run: npm ci
|
||||
env:
|
||||
CI: true
|
||||
- name: Run npm build
|
||||
run: npm build
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
env:
|
||||
CI: true
|
||||
- name: Run npm lint
|
||||
run: npm lint
|
||||
- name: Run lint
|
||||
run: npm run lint
|
||||
env:
|
||||
CI: true
|
||||
- name: Run npm test
|
||||
- name: Run test
|
||||
run: npm test
|
||||
env:
|
||||
CI: true
|
||||
|
Loading…
Reference in New Issue
Block a user