Skip to content

Commit

Permalink
Drop Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Aug 11, 2023
1 parent c995a1c commit 881b222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
os:
- ubuntu-latest
node:
- 14
- 16
- 18
- 20

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Publish files to a `gh-pages` branch on GitHub (or any other branch anywhere els
npm install gh-pages --save-dev
```

This module requires Git >= 1.9 and Node >= 12.
This module requires Git >= 1.9 and Node > 14.

## Basic Usage

Expand Down

0 comments on commit 881b222

Please sign in to comment.