Skip to content

Commit df16b2b

Browse files
committed
mk: downgrade to Node 12.15
'npm run literate' does not work in 12.16 due to standard-things/esm#855
1 parent 3dc2d19 commit df16b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dist: bionic
33

44
language: node_js
5-
node_js: 12
5+
node_js: '12.15'
66

77
addons:
88
apt:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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/)
44

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

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

0 commit comments

Comments
 (0)