Skip to content

Commit 88c61c0

Browse files
authored
Merge pull request #312 from dhensby/pulls/add-22-to-test-matrix
ci: add node 22 to test matrix
2 parents 6627e87 + 8d9e4d8 commit 88c61c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
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:
@@ -41,7 +41,7 @@ jobs:
4141
needs: [lint]
4242
strategy:
4343
matrix:
44-
node: [16, 18, 20]
44+
node: [16, 18, 20, 22]
4545
steps:
4646
- name: Checkout ${{ matrix.node }}
4747
uses: actions/checkout@v3

0 commit comments

Comments
 (0)