diff --git a/.github/actions/build-server/action.yml b/.github/actions/build-server/action.yml index 4143addb7..44c790614 100644 --- a/.github/actions/build-server/action.yml +++ b/.github/actions/build-server/action.yml @@ -13,7 +13,7 @@ runs: uses: actions/setup-node@v4 with: node-version: 22 - cache: "npm" + cache: "pnpm" - name: Install dependencies shell: bash run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 297e1cca7..ff84fcc0c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -64,7 +64,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 - cache: "npm" + cache: "pnpm" - run: pnpm install --frozen-lockfile @@ -96,7 +96,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 - cache: "npm" + cache: "pnpm" - run: pnpm install --frozen-lockfile - name: Run the unit tests diff --git a/.github/workflows/main-docker.yml b/.github/workflows/main-docker.yml index b1d288f84..2312f247d 100644 --- a/.github/workflows/main-docker.yml +++ b/.github/workflows/main-docker.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 - cache: "npm" + cache: "pnpm" - name: Install npm dependencies run: pnpm install --frozen-lockfile