diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ce994d0..98b8e4c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,6 +8,12 @@ on: jobs: publish: runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14, 16, 18] + os: [ubuntu-latest, macos-latest, windows-latest] + steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 @@ -23,4 +29,4 @@ jobs: - name: Run tests run: pnpm test - name: Type check - run: pnpm check \ No newline at end of file + run: pnpm check