Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down