Add NodeJS 22 tests (#4184)

This commit is contained in:
Peter Hedenskog 2024-06-12 16:40:20 +02:00 committed by GitHub
parent d3167c98c2
commit 566c9ca2c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}