From e57a664f4fb868109c8392a94010d16b92fff0c4 Mon Sep 17 00:00:00 2001 From: GhomKrosmonaute Date: Sun, 17 Nov 2024 11:00:03 +0100 Subject: [PATCH] updated the factory test --- .github/workflows/factory.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/factory.yml b/.github/workflows/factory.yml index 5abed57..8b5acc5 100644 --- a/.github/workflows/factory.yml +++ b/.github/workflows/factory.yml @@ -62,7 +62,7 @@ jobs: fi - name: Check typings - run: tsc --noEmit + run: npx tsc --noEmit - name: Build JS run: ${{ matrix.package-manager }} build @@ -72,6 +72,7 @@ jobs: bun: name: Test on Bun v1.1.34 + needs: node runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -89,6 +90,7 @@ jobs: deno: name: Test on Deno v1.17.2 + needs: node runs-on: ubuntu-latest steps: - uses: actions/checkout@v2