Skip to content

Commit

Permalink
Nodejs upgrade (#2228)
Browse files Browse the repository at this point in the history
* Added node 8.16.0 support

* Update README
  • Loading branch information
smondal authored and gauravtiwari committed Aug 12, 2019
1 parent 336077d commit b4057d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.14.4
8.16.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Webpacker

[![Build Status](https://travis-ci.org/rails/webpacker.svg?branch=master)](https://travis-ci.org/rails/webpacker)
[![node.js](https://img.shields.io/badge/node-%3E%3D%206.14.0-brightgreen.svg)](https://nodejs.org/en/)
[![node.js](https://img.shields.io/badge/node-%3E%3D%208.16.0-brightgreen.svg)](https://nodejs.org/en/)
[![Gem](https://img.shields.io/gem/v/webpacker.svg)](https://github.com/rails/webpacker)

Webpacker makes it easy to use the JavaScript pre-processor and bundler
Expand Down Expand Up @@ -52,7 +52,7 @@ in which case you may not even need the asset pipeline. This is mostly relevant

* Ruby 2.2+
* Rails 4.2+
* Node.js 6.14.4+
* Node.js 8.16.0+
* Yarn 1.x+


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lib/install/config/webpacker.yml"
],
"engines": {
"node": ">=6.14.4",
"node": ">=8.16.0",
"yarn": ">=1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit b4057d7

Please sign in to comment.