Skip to content

Commit 85dbd5b

Browse files
committed
Drop node < 14
1 parent 478a796 commit 85dbd5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [10.14, 12, 14, 15, 16]
19+
node: [14, 16, 18, 20]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: ⬇️ Checkout repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
77
"engines": {
8-
"node": ">=8",
8+
"node": ">=14",
99
"npm": ">=6",
1010
"yarn": ">=1"
1111
},

0 commit comments

Comments
 (0)