From 0c654c61f03b021b95ae215515c1a9949d483fa1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 8 Jan 2026 17:23:59 +0100 Subject: [PATCH] chore: update Node.js version to 22 in configuration files --- .github/workflows/argos.yml | 2 +- .github/workflows/bundlewatch.yml | 2 +- .github/workflows/test.yml | 2 +- .nvmrc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index a4221ed52..8a1f36f1f 100644 --- a/.github/workflows/argos.yml +++ b/.github/workflows/argos.yml @@ -13,7 +13,7 @@ on: - 'core/**/*.scss' env: - NODE: 20 + NODE: 22 permissions: contents: read diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 80ab22270..dce647f60 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 20 + NODE: 22 jobs: bundlewatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4849519cd..a8b690765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: pull_request: null env: - NODE: 20 + NODE: 22 permissions: contents: read diff --git a/.nvmrc b/.nvmrc index 2edeafb09..8fdd954df 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 \ No newline at end of file +22 \ No newline at end of file