We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e092cb2 + 88c61c0 commit 35367e6Copy full SHA for 35367e6
.github/workflows/tests.yml
@@ -6,11 +6,11 @@ name: Tests
6
on:
7
push:
8
branches:
9
- - master # allthough master is push protected we still keep it
+ - master # although master is push protected we still keep it
10
- development
11
pull_request: # runs on all PR
12
branches-ignore:
13
- - 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
14
15
jobs:
16
lint:
@@ -34,7 +34,7 @@ jobs:
34
needs: [lint]
35
strategy:
36
matrix:
37
- node: [16, 18, 20]
+ node: [16, 18, 20, 22]
38
steps:
39
- name: Checkout ${{ matrix.node }}
40
uses: actions/checkout@v3
0 commit comments