diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 92c75f166..44ccf7a60 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: - node: [ '16.x', '18.x' ] + node: [ '18.x', '20.x' ] os: [ubuntu-latest] steps: