Skip to content

Commit

Permalink
Revert "Updated Node.js to version 16 (#766)" (#770)
Browse files Browse the repository at this point in the history
This reverts commit 8677c5a.
  • Loading branch information
freemanjp committed Jan 3, 2022
1 parent 5a2c092 commit db4c396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ sdk list
### Node.js runtime

This development environment comes with Node.js
[v16](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md)
[v14](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md)
installed.

### Pre-installed global packages
Expand Down
2 changes: 1 addition & 1 deletion provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
- role: geerlingguy.nodejs
tags:
- nodejs
nodejs_version: 16.x
nodejs_version: 14.x
nodejs_install_npm_user: vagrant
nodejs_npm_global_packages:
- name: grunt-cli
Expand Down

0 comments on commit db4c396

Please sign in to comment.