Skip to content

Commit

Permalink
Merge branch 'main' into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Apr 4, 2024
2 parents 1ecffe8 + 1bf0d2b commit 862df4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup pnpm 7
uses: pnpm/action-setup@v2
- name: Setup pnpm 8
uses: pnpm/action-setup@v3
with:
version: 7
version: 8

- name: Setup Node.js 18.x
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"prettier": "^2.5.1",
"turbo": "^1.10.8"
},
"packageManager": "pnpm@7.15.0"
}
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}

0 comments on commit 862df4b

Please sign in to comment.