Skip to content

Commit b355ebc

Browse files
authored
chore: also run CI tests with Node 22 (#145)
1 parent 7b04bcc commit b355ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: "! contains(github.event.head_commit.message, '[skip ci]')"
2424
strategy:
2525
matrix:
26-
node-version: [16.x, 18.x, 20.x]
26+
node-version: [16.x, 18.x, 20.x, 22.x]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)