diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b946f6..391247a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,9 @@ jobs: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ node-version: - - 14.x - # - 16.x + # - 14.x + # - 16.x + - 22.x steps: - uses: actions/checkout@v2