diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ed6a51d..faf5dec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - node: [ "14", "16", "18"] + node: [ "16", "18", "19"] steps: - uses: actions/checkout@v3