From 28dcf67a0bda76da283db9223988ed7c9a28026f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 10 Oct 2025 14:30:09 +0200 Subject: test bnnuy --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit