We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e49fc0 commit 28f2059Copy full SHA for 28f2059
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
19
# Node.js
20
- uses: actions/setup-node@v4
21
+ with:
22
+ node-version: 24
23
- run: npm install
24
- run: npx prisma generate
25
- run: npx prisma migrate dev
0 commit comments