Skip to content

Commit

Permalink
Upgrade to nodejs v18.13.0 and do not use parallel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Aug 23, 2023
1 parent 5dcd7f9 commit 71756db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-config/demo-build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Contributors:
<description>Shared Maven configuration for all Leshan demos</description>

<properties>
<node-version>v12.22.5</node-version>
<node-version>v18.13.0</node-version>
<yarn-version>v1.22.19</yarn-version>
</properties>

Expand Down
1 change: 1 addition & 0 deletions leshan-bsserver-demo/webapp/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
outputDir: process.env.MAVEN_OUTPUT_DIR
? process.env.MAVEN_OUTPUT_DIR
: "../target/dist",
parallel: false,
publicPath: "./",
transpileDependencies: ["vuetify"],
devServer: {
Expand Down
1 change: 1 addition & 0 deletions leshan-server-demo/webapp/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
outputDir: process.env.MAVEN_OUTPUT_DIR
? process.env.MAVEN_OUTPUT_DIR
: "../target/dist",
parallel: false,
publicPath: "./",
transpileDependencies: ["vuetify"],
devServer: {
Expand Down

0 comments on commit 71756db

Please sign in to comment.