Skip to content

Commit 5bff025

Browse files
Copilotymc9
andauthored
Switch CI from BuildJet to GitHub-hosted runners (#2446)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
1 parent 0d19325 commit 5bff025

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
build-test:
18-
runs-on: buildjet-8vcpu-ubuntu-2204
18+
runs-on: ubuntu-latest
1919

2020
services:
2121
postgres:
@@ -59,7 +59,7 @@ jobs:
5959
version: 10.12.1
6060

6161
- name: Use Node.js ${{ matrix.node-version }}
62-
uses: buildjet/setup-node@v3
62+
uses: actions/setup-node@v4
6363
with:
6464
node-version: ${{ matrix.node-version }}
6565
cache: 'pnpm'
@@ -76,7 +76,7 @@ jobs:
7676
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7777
7878
- name: Setup pnpm cache
79-
uses: buildjet/cache@v3
79+
uses: actions/cache@v4
8080
with:
8181
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
8282
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)