diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e22c2..28de730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: run tests strategy: matrix: - node: ["20.x"] + node: ["22.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1fb4443..ea7938c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -9,7 +9,7 @@ jobs: name: run tests strategy: matrix: - node: ["20.x"] + node: ["22.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }}