diff --git a/.github/workflows/deploy-cloudflare.yaml b/.github/workflows/deploy-cloudflare.yaml index 60afef25..431423c5 100644 --- a/.github/workflows/deploy-cloudflare.yaml +++ b/.github/workflows/deploy-cloudflare.yaml @@ -17,7 +17,7 @@ jobs: version: 10.33.0 - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: - node-version: 22 + node-version: 24 cache: "pnpm" - run: pnpm install --frozen-lockfile - run: pnpm run build --filter=@braintrust/ai-proxy-wrangler diff --git a/.github/workflows/fix-missing-model-bot-issues.yaml b/.github/workflows/fix-missing-model-bot-issues.yaml index 06fd8f81..2564c943 100644 --- a/.github/workflows/fix-missing-model-bot-issues.yaml +++ b/.github/workflows/fix-missing-model-bot-issues.yaml @@ -144,7 +144,7 @@ jobs: if: steps.issue.outputs.found == 'true' uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 24 registry-url: "https://registry.npmjs.org" - name: Setup pnpm diff --git a/.github/workflows/js.yaml b/.github/workflows/js.yaml index 150c26fc..b595ebb4 100644 --- a/.github/workflows/js.yaml +++ b/.github/workflows/js.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: node-version: - - 20 + - 24 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -42,7 +42,7 @@ jobs: strategy: matrix: node-version: - - 20 + - 24 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/sync-models.yaml b/.github/workflows/sync-models.yaml index ba103f6b..306da49b 100644 --- a/.github/workflows/sync-models.yaml +++ b/.github/workflows/sync-models.yaml @@ -37,7 +37,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 24 registry-url: "https://registry.npmjs.org" - name: Setup pnpm diff --git a/mise.toml b/mise.toml index 2e8af970..aba2ff86 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -node = "20" +node = "24" pnpm = "10.33.0" npm = "11.11.1" python = "3.10"