Skip to content

Commit

Permalink
bump earthmc npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Oct 13, 2024
1 parent ae0c1c1 commit 6510652
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github: ['Owen3H']
custom: ['https://paypal.me/Owen3H']
github: [Owen3H]
ko_fi: Owen3H
custom: paypal.me/Owen3H
22 changes: 13 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6510652

Please sign in to comment.