Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelblaszczyk5 committed Jan 4, 2024
1 parent 22faee3 commit 9fdb9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
with:
version: 7

- name: Use Node.js 18
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
},
"engines": {
"node": ">=18 <19",
"pnpm": ">=7"
"pnpm": ">=8"
},
"packageManager": "pnpm@8.14.0",
"prisma": {
"seed": "esrun prisma/seed.ts"
},
Expand Down

0 comments on commit 9fdb9fe

Please sign in to comment.