diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6d7e23a..2c9e899 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] + node: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3