diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 653f943..3ef440e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,14 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: "latest" + + - name: Install Dependencies + run: npm install + - name: Setup Bun uses: oven-sh/setup-bun@v1 with: