Skip to content

Commit 937f161

Browse files
author
Norman Rusch
committed
Support node >= 16
1 parent e84b632 commit 937f161

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: [14, 15, 16, 17, 18]
13+
node: [16, 17, 18, 19, 20]
1414

1515
steps:
1616
- name: Git checkout

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)