Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 1b9fa88

Browse files
committed
Removing support for old node versions
Change minimum node version to 14.
1 parent 14b9667 commit 1b9fa88

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
node-version: [10.x, 12.x, 14.x]
12+
node-version: [14.x, 16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "lib/cli.js",
1717
"types": "lib/cli.d.ts",
1818
"engines": {
19-
"node": ">=10"
19+
"node": ">=14"
2020
},
2121
"scripts": {
2222
"build": "tsc",

0 commit comments

Comments
 (0)