[auto-test] Drop Node.js 17, add 19

This commit is contained in:
Louis Lam 2023-01-09 20:24:20 +08:00
parent c00abac834
commit 24d1dd4c34
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: [ 14, 16, 17, 18 ]
node: [ 14, 16, 18, 19 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: