Skip to content

Commit

Permalink
Update other instance of pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSwigerAtBentley committed Oct 29, 2024
1 parent 2f0cc2b commit bc5078d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '18.12.0'
node-version: "18.12.0"

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: latest

- name: Install packages
run: pnpm install
Expand Down

0 comments on commit bc5078d

Please sign in to comment.