diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca18807d..4bb7b235 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,8 @@ jobs: strategy: matrix: # https://nodejs.org/en/about/previous-releases - node-version: [20, 22, 24] + # Using 24.3.x due to https://github.com/pnpm/pnpm/issues/9743 + node-version: ['20', '22', '24.3.x'] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -36,4 +37,4 @@ jobs: - name: Compile examples run: pnpm -r build-check - name: Run tests - run: pnpm test + run: pnpm test \ No newline at end of file