Skip to content

Commit

Permalink
update gitignore + update node/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkhas committed Jan 9, 2025
1 parent 7608f78 commit 458ea76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
.project
.settings/

# IntelliJ
.idea

# External tool builders
.externalToolBuilders/

Expand Down
4 changes: 2 additions & 2 deletions OpenADRServerVTN20b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v12.13.0</nodeVersion>
<npmVersion>6.12.0</npmVersion>
<nodeVersion>v16.20.2</nodeVersion>
<npmVersion>8.19.4</npmVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 458ea76

Please sign in to comment.