We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52993d1 + ff1e1b5 commit 4e60f2dCopy full SHA for 4e60f2d
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
publish:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- name: Setup pnpm
18
uses: pnpm/action-setup@v4
package.json
@@ -2,6 +2,10 @@
2
"name": "@prisma/ppg",
3
"version": "1.0.0",
4
"description": "Lightweight client for Prisma Postgres",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/prisma/ppg-client"
8
+ },
9
"keywords": [
10
"prisma",
11
"postgres",
@@ -53,4 +57,4 @@
53
57
"dependencies": {
54
58
"ws": "^8.18.3"
55
59
}
56
-}
60
+}
0 commit comments