fix/ci/resolve-installation-faiure
Naor Peled 6 months ago
parent 9c1588a43e
commit 1442aa2b57

@ -36,6 +36,8 @@ jobs:
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v4 uses: actions/setup-node@v4
- run: npm ci --legacy-peer-deps
- run: npm run build - run: npm run build
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis

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

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

Loading…
Cancel
Save