Skip to content

Commit 798fa4c

Browse files
feat: update dependency to prisma v4 (#46)
Signed-off-by: Shivansh-yadav13 <[email protected]> Signed-off-by: Shivansh-yadav13 <[email protected]>
1 parent defb0cc commit 798fa4c

File tree

4 files changed

+13414
-8413
lines changed

4 files changed

+13414
-8413
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- uses: actions/setup-node@v1
20+
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 12
22+
node-version: 16
2323
- run: mysql --host 127.0.0.1 --port 3306 -uroot -p -e "source ./prisma/casbin_rule.sql"
2424
- run: npm i
2525
- run: npx prisma generate

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Based on [Officially Supported Databases](https://www.prisma.io/docs/), the curr
1919
- PostgreSQL
2020
- MySQL
2121
- SQLite
22-
- MongoDB (Preview)
22+
- MongoDB
2323

2424
You may find other 3rd-party supported DBs in Prisma website or other places.
2525

0 commit comments

Comments
 (0)