CI: run tests with Node v22, too 💚

This commit is contained in:
Jannis R 2024-09-25 21:55:44 +02:00
parent 52f0dd19bb
commit 1d23bef765
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -10,7 +10,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: checkout
uses: actions/checkout@v4
@ -34,7 +38,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: checkout
uses: actions/checkout@v4