X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=3419c5719e142d55a15ef939083623bd3cc4fa26;hb=685926b259b68c4f0111e8b244ca25381fc3f965;hp=5b240db0c190eeab896cef6273c3066303f00677;hpb=288250090ea6df8d922c7950bb78745f3b6004ae;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b240db0..3419c571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: node-version: ${{ matrix.node }} cache: 'pnpm' - - name: Install + - name: Install Dependencies run: pnpm install --ignore-scripts - name: Build