Merged in feature/node22 (pull request #1734)

Upgrade to node@22

* Upgrade to node@22

* Upgrade to node@22

* update required node engine in scandic-web


Approved-by: Michael Zetterberg
Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-04-04 09:58:44 +00:00
parent ae1010bfce
commit 275a2b48a6
2 changed files with 2 additions and 1 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
22

View File

@@ -138,6 +138,6 @@
"typescript-plugin-css-modules": "^5.1.0"
},
"engines": {
"node": ">18"
"node": "22"
}
}