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)