X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=9b292e500a099d9575fae8cd7fe4e3056ace7a94;hb=64dbad20c6a7f8bd3330e378bb3a5ac5e31f08fa;hp=1f18d71dd06682cc93864bdaff801fa47dffe1c3;hpb=c8b2168bf61f62b599dcb652c31bca72fd93cc27;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f18d71d..9b292e50 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@v3 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@v4