Skip to content

Commit c7d8fde

Browse files
committed
push
1 parent 47a37df commit c7d8fde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: poetry run mypy langfuse --no-error-summary
5656

5757
ci:
58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-latest-4-cores
5959
timeout-minutes: 30
6060
env:
6161
LANGFUSE_BASE_URL: "http://localhost:3000"
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup node (for langfuse server)
8989
uses: actions/setup-node@v3
9090
with:
91-
node-version: 20
91+
node-version: 24
9292

9393
- name: Cache langfuse server dependencies
9494
uses: actions/cache@v3

0 commit comments

Comments
 (0)