diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3f822f4b..b03924e2 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ -github: ['Owen3H'] -custom: ['https://paypal.me/Owen3H'] +github: [Owen3H] +ko_fi: Owen3H +custom: paypal.me/Owen3H \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bf11738..dc22553f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,17 +7,21 @@ on: branches: - main jobs: - build: + ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: oven-sh/setup-bun@v1 + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Bun + uses: oven-sh/setup-bun@v2 with: bun-version: latest - - uses: actions/setup-node@v3 - with: - node-version: 16.x - - run: bun i - - run: bun x eslint . - + - name: Setup Node + uses: actions/setup-node@v4 + + - name: Install & Lint + run: | + bun i + bun x eslint . \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index c1fe2665..ff02cb18 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 80d71ed2..af428671 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@isaacs/ttlcache": "^1.4.1", "discord.js": "14.13.0", "dotenv": "^16.4.5", - "earthmc": "^9.8.1", + "earthmc": "^9.9.0", "firebase": "10.12.4", "firebase-admin": "12.2.0", "moment": "2.30.1",