Skip to content

Commit 7333133

Browse files
committed
Remove support for node 10.
1 parent 059c651 commit 7333133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [10, 12, 14] # https://nodejs.org/en/about/releases/
13+
node-version: [12, 14] # https://nodejs.org/en/about/releases/
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are also test mocks that can be seen [here](src/tests/mocks). These are sp
2424

2525
## Requirements
2626

27-
* NodeJS 9.0+ is supported
27+
* NodeJS 12+ is supported
2828
* Windows, Linux or macOS
2929

3030
## Installation

0 commit comments

Comments
 (0)