diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index 9c4b2364b..ba4be2747 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -25,17 +25,17 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 8 run_install: false + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + cache: "pnpm" + node-version: ${{ matrix.node-version }} + - run: pnpm install --frozen-lockfile - run: git diff --exit-code - run: pnpm test