diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a0d68f..6097ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12, 14, 16, 18, 20] + node: [12, 14, 16, 18, 20, 22] runs-on: ${{ matrix.os }} steps: # Pull repo to test machine diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4661b81..5c41ae3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [20] + node: [22] runs-on: ${{ matrix.os }} steps: # Pull repo to test machine