diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 37b8e22..3792dd1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,11 +6,11 @@ name: Tests on: push: branches: - - master # allthough master is push protected we still keep it + - master # although master is push protected we still keep it - development pull_request: # runs on all PR branches-ignore: - - release-* # on release we run an extended workflow so no need for this + - release-* # on release, we run an extended workflow so no need for this jobs: lint: @@ -41,7 +41,7 @@ jobs: needs: [lint] strategy: matrix: - node: [16, 18, 20] + node: [16, 18, 20, 22] steps: - name: Checkout ${{ matrix.node }} uses: actions/checkout@v3