Skip to content

Commit be253e8

Browse files
committed
build(npm): update nodejs version to 22.16 LTS
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent 9f295b1 commit be253e8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.1
1+
22.16

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"type": "git",
1414
"url": "https://github.com/rdmorganiser/rdmo"
1515
},
16+
"engines": {
17+
"node": "22.16.x",
18+
"npm": "10.x"
19+
},
1620
"dependencies": {
1721
"@codemirror/lang-html": "^6.4.2",
1822
"@codemirror/lang-javascript": "^6.2.2",

0 commit comments

Comments
 (0)