Skip to content

Commit 28f2059

Browse files
committed
Fixed CI
1 parent 5e49fc0 commit 28f2059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
1919
# Node.js
2020
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 24
2123
- run: npm install
2224
- run: npx prisma generate
2325
- run: npx prisma migrate dev

0 commit comments

Comments
 (0)