diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 502765c..6c79c22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [17.x] + node-version: [19.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}