We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059c651 commit 7333133Copy full SHA for 7333133
.github/workflows/node.js.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [10, 12, 14] # https://nodejs.org/en/about/releases/
+ node-version: [12, 14] # https://nodejs.org/en/about/releases/
14
steps:
15
- uses: actions/checkout@v2
16
- name: Use Node.js ${{ matrix.node-version }}
README.md
@@ -24,7 +24,7 @@ There are also test mocks that can be seen [here](src/tests/mocks). These are sp
24
25
## Requirements
26
27
-* NodeJS 9.0+ is supported
+* NodeJS 12+ is supported
28
* Windows, Linux or macOS
29
30
## Installation
0 commit comments