Skip to content

Commit d66679c

Browse files
committed
Stop testing on Node 10
1 parent 4430720 commit d66679c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
os:
2323
- ubuntu-latest
2424
node:
25-
- 10
2625
- 12
2726
- 14
2827
- 16

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Publish files to a `gh-pages` branch on GitHub (or any other branch anywhere els
99
npm install gh-pages --save-dev
1010
```
1111

12-
This module requires Git `>=1.9`.
12+
This module requires Git >= 1.9 and Node >= 12.
1313

1414
## Basic Usage
1515

0 commit comments

Comments
 (0)