Skip to content

Commit c9a5a55

Browse files
authored
Merge pull request #1349 from ccnmtl/nikolas-patch-8
Add testing on node 22.x
2 parents 015d6df + e015c13 commit c9a5a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
8-
node-version: [20.x]
8+
node-version: [20.x, 22.x]
99
name: Node ${{ matrix.node }} run
1010
steps:
1111
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
python-version: ["3.12"]
40-
node-version: [20.x]
40+
node-version: [20.x, 22.x]
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)