diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index e8c1f355..92745104 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] steps: