Skip to content

Commit

Permalink
build(frontend): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 28, 2023
1 parent 98d25a8 commit f7c28df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<baseImage>localhost/cryostat-base</baseImage>
<baseImageTag>latest-${build.os}-${build.arch}</baseImageTag>
<baseImageTarball>base.tar.gz</baseImageTarball>
<node.version>v16.18.1</node.version>
<node.version>v18.17.1</node.version>
<yarn.version>v1.22.19</yarn.version>

<postgres.image>docker.io/postgres</postgres.image>
Expand Down

0 comments on commit f7c28df

Please sign in to comment.