fix/ci/resolve-installation-faiure
Naor Peled 5 months ago
parent 25f7232624
commit ebe0dd4adf

@ -28,7 +28,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run build
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js
env:

@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci --legacy-peer-deps
run: npm ci
- name: Build
run: npm run build
- name: Run tests
@ -39,6 +39,6 @@ jobs:
with:
node-version: '16'
- name: Install dependencies
run: npm ci --legacy-peer-deps
run: npm ci
- name: Run ESLint
run: npm run lint:check

Loading…
Cancel
Save