diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f97a81ef..4bee8ba9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: + - 16.x + - 18.x + - 20.x + - 22.x steps: - name: checkout uses: actions/checkout@v4 @@ -34,7 +38,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: + - 16.x + - 18.x + - 20.x + - 22.x steps: - name: checkout uses: actions/checkout@v4