Skip to content

Commit

Permalink
mk: downgrade to Node 12.15
Browse files Browse the repository at this point in the history
'npm run literate' does not work in 12.16 due to
standard-things/esm#855
  • Loading branch information
yoursunny committed Feb 28, 2020
1 parent 3dc2d19 commit df16b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dist: bionic

language: node_js
node_js: 12
node_js: '12.15'

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Travis build status](https://img.shields.io/travis/com/yoursunny/NDNts?style=flat)](https://travis-ci.com/yoursunny/NDNts) [![Coveralls code coverage](https://img.shields.io/coveralls/github/yoursunny/NDNts?style=flat)](https://coveralls.io/github/yoursunny/NDNts) [![GitHub code size](https://img.shields.io/github/languages/code-size/yoursunny/NDNts?style=flat)](https://github.com/yoursunny/NDNts/)

**NDNts** enables [Named Data Networking](https://named-data.net/) in modern web applications.
It supports latest version of Node.js, as well as modern browsers including Firefox (desktop) and Chrome (desktop, Android, iOS).
It supports Node.js 12.x, as well as modern browsers including Firefox (desktop) and Chrome (desktop, Android, iOS).

* [NDNts homepage](https://yoursunny.com/p/NDNts/)
* [#NDNts on Twitter](https://twitter.com/hashtag/NDNts?f=live) for announcements
Expand Down

0 comments on commit df16b2b

Please sign in to comment.