diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 94462712..ac9fd8d7 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -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: