X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=9f28cc573b0e01c0a96ddd131b75002cf57c1730;hb=1cc6e9ef64f399f4ca58da8079ef72a011ac4227;hp=5b240db0c190eeab896cef6273c3066303f00677;hpb=e905ea64c054a25ef73885e41fc063279bc599ca;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