diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfe7c21e..81dca466 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,14 +13,15 @@ on: jobs: test: runs-on: ubuntu-latest - + strategy: + matrix: + node-version: [18.x, 20.x] steps: - name: set git core.autocrlf to 'input' run: git config --global core.autocrlf input - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.x' cache: 'npm' cache-dependency-path: package-lock.json - run: npm ci