diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e3284..63b7821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - bun-version: 20.x + node-version: 20.x - run: npm install - run: npm run test - - run: npm run test:e2e + - run: npx playwright install --with-deps + - run: npx playwright test