Skip to content

Commit

Permalink
upgraded node version from lts/iron to lts/jod
Browse files Browse the repository at this point in the history
  • Loading branch information
hofiorg committed Nov 16, 2024
1 parent 787f095 commit 109ccf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
### Install node/npm

```sh
nvm install lts/iron
nvm use lts/iron
nvm install lts/jod
nvm use lts/jod
nvm alias default lts/jod
```

### Install Angular Command Line Interface (CLI)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<nodeVersion>v20.18.0</nodeVersion>
<npmVersion>10.8.2</npmVersion>
<nodeVersion>v22.11.0</nodeVersion>
<npmVersion>10.9.0</npmVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 109ccf9

Please sign in to comment.