Node 24: add .nvmrc, drop 26 from engines

This commit is contained in:
Enrico Ros
2026-02-06 12:19:36 -08:00
parent 6f4fabf147
commit 3054e1b88d
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
24
+1 -1
View File
@@ -84,7 +84,7 @@
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"engines": { "engines": {
"node": "^26.0.0 || ^24.0.0 || ^22.0.0 || ^20.0.0" "node": "^24.0.0 || ^22.0.0 || ^20.0.0"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
+1 -1
View File
@@ -97,6 +97,6 @@
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"engines": { "engines": {
"node": "^26.0.0 || ^24.0.0 || ^22.0.0 || ^20.0.0" "node": "^24.0.0 || ^22.0.0 || ^20.0.0"
} }
} }