diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index dab2a50a6..2bb3f964d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'nodejs/node-addon-api' strategy: matrix: - node-version: [20.x] + node-version: [22.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }}