X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=718e7ac70127f4c0dc3a2406285dc461fae7716a;hb=4a3cf20442bd8e728f1834006cbe8e2f10fe772a;hp=30b45b14f2953688fe490262c8a754b5d43387e8;hpb=b358d1ac312415ee64c938137677a1022194e84c;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b45b14..718e7ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,13 +15,15 @@ on: jobs: build: - runs-on: ${{ matrix.os }} - strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] node: ['16.x', '18.x', '20.x'] + name: Node.js ${{ matrix.node }} on ${{ matrix.os }} + + runs-on: ${{ matrix.os }} + steps: - name: Checkout uses: actions/checkout@v4 @@ -40,7 +42,7 @@ jobs: cache: 'pnpm' - name: Install - run: pnpm install + run: pnpm install --ignore-scripts - name: Build run: pnpm build @@ -58,7 +60,7 @@ jobs: - name: Sonar Code Analysis if: ${{ github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} - uses: sonarsource/sonarcloud-github-action@v2.0.0 + uses: sonarsource/sonarcloud-github-action@v2.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}