Add test for Node.js 20, drop 19

This commit is contained in:
Louis Lam 2023-05-02 16:17:37 +08:00
parent 333a631389
commit dfe6f52f6a
1 changed files with 1 additions and 1 deletions

View File

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