try to use pnpm action setup and recommend usign corepack

This commit is contained in:
Vitaly Turovsky 2025-02-06 08:40:24 +03:00
commit 09f91d1491
2 changed files with 4 additions and 4 deletions

View file

@ -13,12 +13,12 @@ jobs:
with:
java-version: 17
java-package: jre
- name: Install pnpm
run: npm i -g pnpm@9.0.4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
# cache: "pnpm"
- name: Install pnpm
uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm check-build
- run: pnpm build-playground