Ver código fonte

update minimum node version

Hakim El Hattab 5 anos atrás
pai
commit
163db29d43
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      .github/workflows/js.yml
  2. 1 1
      README.md
  3. 1 1
      package.json

+ 1 - 1
.github/workflows/js.yml

@@ -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

+ 1 - 1
README.md

@@ -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

+ 1 - 1
package.json

@@ -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",