Skip to content

Commit 47f6def

Browse files
Update node engine to 18.x
1 parent bdc30c8 commit 47f6def

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

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x]
12+
node-version: [18.x]
1313

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Alberto Santini",
1313
"license": "MIT",
1414
"engines": {
15-
"node": ">=8.x"
15+
"node": ">=18.x"
1616
},
1717
"scripts": {
1818
"test": "npm run lint && npm run tape && npm run benchmark",

0 commit comments

Comments
 (0)