Skip to content

Commit

Permalink
Update node version (12.18.3 -> 12.22.12)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Zalas <[email protected]>
  • Loading branch information
jakzal committed Sep 27, 2024
1 parent 83512c5 commit f74a12f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ https://github.com/vlingo/xoom-examples/tree/master/xoom-schemata-integration
### Frontend

#### Prerequisites:
* Node 12.18.3 is known to work
* Node 12.22.12 is known to work
* If you use vscode, recommended extensions: Svelte for VS Code, Svelte Intellisense

The UI is built using Svelte and Svelte-Materialify.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.7.6</version>
<version>1.15.1</version>
<configuration>
<workingDirectory>src/main/frontend</workingDirectory>
<outputdir>${project.build.directory}/frontend</outputdir>
<installDirectory>target/</installDirectory>
<nodeVersion>v12.18.3</nodeVersion>
<nodeVersion>v12.22.12</nodeVersion>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f74a12f

Please sign in to comment.