From 47cf35108499dcb903029437bc2f1ce71ca54b5c Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 18 Mar 2026 14:14:01 -0400 Subject: [PATCH] FOLIO-4469 bump node from v20.x to v22.x We did this a few weeks ago for the Jenkins nodes and it was uneventful. Hopefull, this change goes similarly unnoticed. Refs FOLIO-4469 --- .github/workflows/ui.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 5cb725b..8f70b16 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -7,7 +7,7 @@ on: node-version: required: false type: string - default: '20.x' + default: '22.x' # It should be straightforward to add a customizable Yarn version via a simple `yarn set version 3.x` or similar # https://yarnpkg.com/cli/set/version folio-npm-registry: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7790454..d3ea2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## IN PROGRESS * (Add more progress summary items here.) +* bump node-version from v20.x to v22.x. Refs FOLIO-4469. ## [1.13.4](https://github.com/folio-org/.github/tree/v1.13.4) (2026-03-10)