X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=9f28cc573b0e01c0a96ddd131b75002cf57c1730;hb=1cc6e9ef64f399f4ca58da8079ef72a011ac4227;hp=3419c5719e142d55a15ef939083623bd3cc4fa26;hpb=06df097caf20e3121372a60e09b922e7fae0a3fb;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3419c571..9f28cc57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: cache: 'pnpm' - name: Install Dependencies - run: pnpm install --ignore-scripts + run: pnpm install --ignore-scripts --frozen-lockfile - name: Build run: pnpm build