Skip to content

Commit

Permalink
Update PR/develop action to cache pnpm files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Aug 5, 2024
1 parent cc680d3 commit b30d190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/turf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "pnpm"
node-version: ${{ matrix.node-version }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit b30d190

Please sign in to comment.