2 parents 3eac660 + af995c5 commit 9085e86Copy full SHA for 9085e86
4 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [22.x]
+ node-version: [24.x]
16
17
steps:
18
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
examples/example-prj-esm/package.json
@@ -16,7 +16,8 @@
"@types/jest": "29.2.1",
"jest": "29.2.2",
"prisma": "*",
19
- "ts-jest": "29.3.2"
+ "ts-jest": "29.3.2",
20
+ "ts-node": "10.9.2"
21
},
22
"dependencies": {
23
"@prisma/client": "*",
0 commit comments