Skip to content

Commit

Permalink
Add "v" before the Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tacigar committed Dec 5, 2023
1 parent d9868ae commit 63395d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipkin-lens/pom.xml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<!-- Update occasionally based on LTS, but don't overrun what's in Alpine:
https://nodejs.org/en/download/
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=edge -->
<node.version>20.10.0</node.version>
<node.version>v20.10.0</node.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>

0 comments on commit 63395d3

Please sign in to comment.