From a898701830cd246c73811095ebf968417390b03e Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Wed, 15 Jan 2025 21:33:25 -0800 Subject: [PATCH] Update node matrix to v20 and v22 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a29e9184..87e922549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" strategy: matrix: - node: ["20", "21"] + node: ["20", "22"] flavor: ["dev", "prod"] fail-fast: false runs-on: "ubuntu-latest" @@ -160,7 +160,7 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" strategy: matrix: - node: ["20", "21"] + node: ["20", "22"] flavor: ["dev", "prod"] fail-fast: false runs-on: "ubuntu-latest"