Skip to content

Commit 8b5411b

Browse files
author
Norman Rusch
committed
Drop support for node <14
1 parent f609362 commit 8b5411b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [macos-latest, windows-latest, ubuntu-latest]
13-
node: [12, 13, 14, 15, 16, 17, 18]
13+
node: [14, 15, 16, 17, 18]
1414

1515
steps:
1616
- name: Git checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.3",
44
"description": "Library for checking spaces in files",
55
"engines": {
6-
"node": ">=10"
6+
"node": ">=14"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)