Skip to content

Commit

Permalink
update minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 29, 2020
1 parent f2fbc59 commit 163db29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [9.x, 13.x]
node-version: [10.x, 13.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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
```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "git://github.com/hakimel/reveal.js.git"
},
"engines": {
"node": ">=9.0.0"
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
Expand Down

0 comments on commit 163db29

Please sign in to comment.