chore: update Node.js version to 22 in configuration files

This commit is contained in:
codecalm
2026-01-08 17:23:59 +01:00
parent 8e73f57140
commit 0c654c61f0
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ on:
- 'core/**/*.scss'
env:
NODE: 20
NODE: 22
permissions:
contents: read

View File

@@ -9,7 +9,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 20
NODE: 22
jobs:
bundlewatch:

View File

@@ -4,7 +4,7 @@ on:
pull_request: null
env:
NODE: 20
NODE: 22
permissions:
contents: read

2
.nvmrc
View File

@@ -1 +1 @@
20
22