💚 ci: add node setup for gitea ci
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 5m12s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 5m12s
This commit is contained in:
@ -13,6 +13,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Node (required by Prisma)
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "24.13.0"
|
||||||
|
|
||||||
- name: Setup runtime environment (Bun)
|
- name: Setup runtime environment (Bun)
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user