Skip to content

Commit

Permalink
Update build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 22, 2024
1 parent b76d47f commit 4a4ee69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: pnpm/action-setup@v2
node-version: "22"
- uses: pnpm/action-setup@v4
with:
version: 8.2.0
version: 9.4.0
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm test
Expand Down

0 comments on commit 4a4ee69

Please sign in to comment.