ci: run tests under 22 node

This commit is contained in:
alina 🌸 2024-04-25 11:19:05 +03:00
parent 03a156e9a8
commit 7cc1f5fd30
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [18.x, 20.x] node-version: [18.x, 20.x, 22.x]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ./.github/actions/init - uses: ./.github/actions/init