| commit | 3a2f39a11175f855334d325e21957e58527a7420 | [log] [tgz] |
|---|---|---|
| author | Michael Dawson <[email protected]> | Tue May 21 15:45:14 2024 |
| committer | GitHub <[email protected]> | Tue May 21 15:45:14 2024 |
| tree | 085cae9c435468fc7dfbaac059a8edb9da8eadf2 | |
| parent | 4dd41d2e66dd682d0a1c88970139c2f113306917 [diff] |
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 }}