update minimum node version
This commit is contained in:
parent
f2fbc59bcc
commit
163db29d43
3 changed files with 3 additions and 3 deletions
2
.github/workflows/js.yml
vendored
2
.github/workflows/js.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [9.x, 13.x]
|
node-version: [10.x, 13.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -88,7 +88,7 @@ The core of reveal.js is very easy to install. You'll simply need to download a
|
||||||
|
|
||||||
Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
|
Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
|
||||||
|
|
||||||
1. Install [Node.js](https://nodejs.org/) (9.0.0 or later)
|
1. Install [Node.js](https://nodejs.org/) (10.0.0 or later)
|
||||||
|
|
||||||
1. Clone the reveal.js repository
|
1. Clone the reveal.js repository
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"url": "git://github.com/hakimel/reveal.js.git"
|
"url": "git://github.com/hakimel/reveal.js.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=9.0.0"
|
"node": ">=10.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.7",
|
"@babel/core": "^7.8.7",
|
||||||
|
|
Loading…
Reference in a new issue