test: node 22

drop 21, EOL on 2024-06-01
This commit is contained in:
MDLeom 2024-06-04 08:52:45 +00:00
parent 0abd90c78a
commit c3ed0c68c7
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["18", "20", "21"]
node-version: ["18", "20", "22"]
fail-fast: false
steps:
- uses: actions/checkout@v4