Skip to content

Commit

Permalink
Update supported node versions (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed May 10, 2020
1 parent a1558b5 commit c13952f
Show file tree
Hide file tree
Showing 4 changed files with 1,141 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "10"
- "12"
- "14.2.0"
sudo: false
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -19,10 +19,10 @@ See [our tutorial slides](http://manu.sridharan.net/files/JalangiTutorial.pdf) f

### Requirements

We tested Jalangi on Mac OS X 10.10 with Chromium browser. Jalangi should work on Mac OS
We have tested Jalangi on Mac OS X with Chromium browser. Jalangi should work on Mac OS
10.7, Ubuntu 11.0 and higher and Windows 7 or higher. Jalangi will NOT work with IE.

* Node.js v4.x available at https://nodejs.org/en/download/releases/. We have tested Jalangi with Node v6.10.1.
* Node.js available at https://nodejs.org/en/download/releases/. We primarily test Jalangi with the Node LTS version (currently v12).
* Chrome browser if you need to test web apps.
* Python (http://python.org) version 2.7 or higher and less than 3.0.

Expand All @@ -31,7 +31,8 @@ On Windows you need the following extra dependencies:
* Install Microsoft Visual Studio 2010 (Free express version is fine).
* If on 64bit also install Windows 7 64-bit SDK.

If you have a fresh installation of Ubuntu, you can install all the requirements by invoking the following commands from a terminal.
If you have a fresh installation of Ubuntu, you can install all the requirements by invoking the following commands from a terminal
(package names may be out of date).

sudo apt-get update
sudo apt-get install python-software-properties python g++ make
Expand Down

0 comments on commit c13952f

Please sign in to comment.