chore(build): change Node versions

This commit is contained in:
Phan An 2024-07-08 18:22:37 +02:00
parent 1889b6d279
commit 1fa030cf7b

View file

@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 14, 16, 17, 18 ] # 15 conflicts with @typescript-eslint/eslint-plugin@5
node-version: [ 18, 20, 21, 22 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2