diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73efef3..861204b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '16' ] + node: [ '18', '22' ] steps: - uses: actions/checkout@v3 - name: Setup node