X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=3d42b08d8dd90ba7a9618c4fe7732155a0781476;hb=84781cd695f07e5b367219d53000ed60a5497a91;hp=33d3957091a1f6425fe835feb3807d90038f09b8;hpb=77acbd600921abbb4557b07b5ef9bd73a987428b;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d39570..3d42b08d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v3 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@v4