Upgrade to node 23
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 19s
Add copyright notice / copyright_notice (pull_request) Successful in 28s
Playwright Tests / test (pull_request) Successful in 2m39s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 2m57s

This commit is contained in:
Manuel Bustillo 2024-11-01 11:30:31 +01:00
parent 6ed88c5427
commit 03a2f529c5
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
22.11.0
23.0.0

View File

@ -31,6 +31,6 @@
"@types/react-dom": "18.3.1"
},
"engines": {
"node": ">=20.12.0"
"node": ">=23.0.0"
}
}