Skip to content

Commit 35367e6

Browse files
authored
Merge branch 'master' into pulls/dependabot-gh-actions
2 parents e092cb2 + 88c61c0 commit 35367e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Tests
66
on:
77
push:
88
branches:
9-
- master # allthough master is push protected we still keep it
9+
- master # although master is push protected we still keep it
1010
- development
1111
pull_request: # runs on all PR
1212
branches-ignore:
13-
- release-* # on release we run an extended workflow so no need for this
13+
- release-* # on release, we run an extended workflow so no need for this
1414

1515
jobs:
1616
lint:
@@ -34,7 +34,7 @@ jobs:
3434
needs: [lint]
3535
strategy:
3636
matrix:
37-
node: [16, 18, 20]
37+
node: [16, 18, 20, 22]
3838
steps:
3939
- name: Checkout ${{ matrix.node }}
4040
uses: actions/checkout@v3

0 commit comments

Comments
 (0)