Skip to content

Commit

Permalink
[NIFI-12802] - Update to use node 22 (apache#8744)
Browse files Browse the repository at this point in the history
This closes apache#8744
  • Loading branch information
rfellows authored May 4, 2024
1 parent ab5025c commit d5bfec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=21.0.0"
"node": ">=22.0.0"
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d5bfec7

Please sign in to comment.