diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 39a90bb..9e866d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node: [^12, ^14, ^16, ^17] + node: [^12, ^14, ^16, ^18] os: [ubuntu-latest, windows-latest, macos-latest] steps: