Skip to content

Commit

Permalink
update node.js and npm to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
m-scherpi authored and jessebluemr committed Mar 17, 2023
1 parent f5f174d commit 1c47f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.

## [4.15.0] - TBD
- Support for map.apps 4.15.0

- add `transpileTargets` property to `gulpfile.js` to streamline transpilation with ArcGIS Maps SDK for JS requirements.
- Update Node.js and npm version in `./pom.xml` to latest LTS Version (18.x)
- Add `transpileTargets` property to `gulpfile.js` to streamline transpilation with ArcGIS Maps SDK for JS requirements.

## [4.14.2] - 24.01.2023

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
<configuration>
<nodeVersion>v16.14.0</nodeVersion>
<npmVersion>8.3.1</npmVersion>
<nodeVersion>v18.13.0</nodeVersion>
<npmVersion>8.19.3</npmVersion>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1c47f26

Please sign in to comment.