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