Skip to content

Commit 77eb3a0

Browse files
committed
Bump node 14
1 parent 931a902 commit 77eb3a0

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12-
- "12"
12+
- "14"
1313
- "*"
1414
steps:
1515
- uses: actions/checkout@v2

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
@@ -22,7 +22,7 @@
2222
"type": "module",
2323
"exports": "./dist/index.js",
2424
"engines": {
25-
"node": ">=12"
25+
"node": ">=14"
2626
},
2727
"scripts": {
2828
"benchmark": "node --loader=ts-node/esm benchmarks/index.ts",

0 commit comments

Comments
 (0)