Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/github/codeql-a…
Browse files Browse the repository at this point in the history
…ction-3
  • Loading branch information
fvdm committed Dec 14, 2023
2 parents d5dac7c + 532c543 commit 0fddc04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: set-matrix
run: echo "::set-output name=matrix::$(curl -s https://raw.githubusercontent.com/fvdm/nodejs-versions/main/lts-current.json)"
run: echo "matrix=$(curl -s https://raw.githubusercontent.com/fvdm/nodejs-versions/main/lts-current.json)" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand All @@ -39,7 +39,6 @@ jobs:
DOTEST_NOCOV: ${{ secrets.DOTEST_NOCOV }}
DOTEST_MINCOV: ${{ secrets.DOTEST_MINCOV }}
DOTEST_COVFUNCTIONS: 100
- run: npm audit --production
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
if: always()
Expand All @@ -56,7 +55,7 @@ jobs:
steps:
- run: echo "Build was sucessfull"

coveralls:
finish:
name: "Upload coverage"
needs: build
if: always()
Expand Down

0 comments on commit 0fddc04

Please sign in to comment.