We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6627e87 + 8d9e4d8 commit 88c61c0Copy full SHA for 88c61c0
.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:
@@ -41,7 +41,7 @@ jobs:
41
needs: [lint]
42
strategy:
43
matrix:
44
- node: [16, 18, 20]
+ node: [16, 18, 20, 22]
45
steps:
46
- name: Checkout ${{ matrix.node }}
47
uses: actions/checkout@v3
0 commit comments