feat(ci): add new nodejs v22

This commit is contained in:
Rotzbua 2024-05-14 13:30:39 +02:00
parent edc5e88d5a
commit fd1a001a23
No known key found for this signature in database
GPG Key ID: C69022D529C17845

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}