Skip to content

Commit

Permalink
Merge branch 'master' into pulls/perf-improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt authored Jul 25, 2024
2 parents 7ca62ee + 88c61c0 commit 605c963
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 605c963

Please sign in to comment.