Skip to content

Commit 881b222

Browse files
committed
Drop Node 14
1 parent c995a1c commit 881b222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
os:
2323
- ubuntu-latest
2424
node:
25-
- 14
2625
- 16
2726
- 18
27+
- 20
2828

2929
steps:
3030
- name: Clone repository

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 and Node >= 12.
12+
This module requires Git >= 1.9 and Node > 14.
1313

1414
## Basic Usage
1515

0 commit comments

Comments
 (0)