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