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