diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51e99bc..2cbc8c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,10 +7,10 @@ jobs: fail-fast: false matrix: include: - - node-version: 16.x - node-version: 18.x - status: "LTS" - node-version: 20.x + status: "LTS" + - node-version: 22.x steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}