[NIFI-12802] - Update to use node 22 (#8744)

This closes #8744
This commit is contained in:
Rob Fellows 2024-05-04 11:15:10 -04:00 committed by GitHub
parent ab5025c652
commit d5bfec7d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=21.0.0"
"node": ">=22.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -80,6 +80,6 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=21.0.0"
"node": ">=22.0.0"
}
}

View File

@ -103,7 +103,7 @@
<docker.jdk.image.name>bellsoft/liberica-openjdk-debian</docker.jdk.image.name>
<docker.jre.image.name>bellsoft/liberica-openjre-debian</docker.jre.image.name>
<docker.image.tag>21</docker.image.tag>
<node.version>v21.6.1</node.version>
<node.version>v22.1.0</node.version>
<frontend.mvn.plugin.version>1.14.2</frontend.mvn.plugin.version>
<nifi.nar.maven.plugin.version>1.5.1</nifi.nar.maven.plugin.version>
<project.build.outputTimestamp>1706227889</project.build.outputTimestamp>