diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-10-10 14:30:09 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-01 16:03:56 +0100 |
| commit | 28dcf67a0bda76da283db9223988ed7c9a28026f (patch) | |
| tree | d6ad7a980fbea8487de87de3e32ed07249a718b5 /.github | |
| parent | a0e002ba834228e10b78758dc5fedaf7dc7530b4 (diff) | |
test bnnuy
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a1a8e7..866bb38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,10 +9,10 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6 + uses: oven-sh/setup-bun@v2 with: - node-version: 20 + bun-version: latest - name: Install Dependencies - run: npm install + run: bun install - name: Run Tests - run: npm test + run: bun test |
