From f004b220a93e5e38562dbac58931c8b8c1e07b29 Mon Sep 17 00:00:00 2001 From: Ola Okelola <10857143+lolopinto@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:41:13 -0800 Subject: [PATCH] node22 for main (#1854) --- .github/workflows/node.js.yml | 2 +- release_image/main.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eb81a21f7..99d69155c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/release_image/main.go b/release_image/main.go index 975e8d6f4..e4967c1f5 100644 --- a/release_image/main.go +++ b/release_image/main.go @@ -27,9 +27,9 @@ const REPO = "ghcr.io/lolopinto/ent" const UPDATE_LATEST = true var NODE_VERSIONS = []int{ - // 16, - 18, - 20, + // 18, + // 20, + 22, } const AUTO_SCHEMA_VERSION = "0.0.32"