diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 676cc198..c0effb8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [20.x, 22.x] platform: - os: ubuntu-latest shell: bash @@ -25,10 +25,10 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Nodejs ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: npm