Add NodeJS 22 tests (#4184)
This commit is contained in:
parent
d3167c98c2
commit
566c9ca2c5
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x]
|
||||
node-version: [18.x, 20.x, 22.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue