From 911751b70113ae81b95847ac0e4afc2f3cd3a694 Mon Sep 17 00:00:00 2001 From: Elmer Bulthuis Date: Wed, 31 Jul 2024 11:39:23 +0200 Subject: [PATCH] wip --- .github/workflows/test-npm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-npm.yaml b/.github/workflows/test-npm.yaml index 181e3279..41b46df1 100644 --- a/.github/workflows/test-npm.yaml +++ b/.github/workflows/test-npm.yaml @@ -25,9 +25,7 @@ jobs: - uses: actions/checkout@v4 - run: npm ci - # node test runner seems to support globs since v21 - - if: ${{ matrix.node-version >= 21 }} - run: npm --workspaces test --if-present + - run: npm --workspaces test --if-present fixtures: runs-on: ubuntu-latest