Skip to content

Commit

Permalink
Bump Node to 20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed May 28, 2024
1 parent 1418fbd commit a028298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
docker exec -t containertest mvn -version
- name: NodeJS
run: |
docker exec -t containertest ansible-playbook node.yml -e ansible_become_pass=jhipster -e node_version=20.13.1
docker exec -t containertest ansible-playbook node.yml -e ansible_become_pass=jhipster -e node_version=20.14.0
docker exec -t containertest node -v
docker exec -t containertest npm -v
- name: docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ansible-playbook -v playbooks/node.yml -K
To install a specific version of NodeJS :

```
ansible-playbook -v playbooks/node.yml -K -e node_version=20.13.1
ansible-playbook -v playbooks/node.yml -K -e node_version=20.14.0
```

### tilix
Expand Down
2 changes: 1 addition & 1 deletion playbooks/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
vars_prompt:
name: node_version
prompt: 'Choose your Node version'
default: '20.13.1'
default: '20.14.0'
private: no

0 comments on commit a028298

Please sign in to comment.