Skip to content

Commit a551a9e

Browse files
committed
fix: updated ci
1 parent dfdb452 commit a551a9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
os:
1111
- ubuntu-latest
1212
node_version:
13-
- 14
14-
- 16
1513
- 18
1614
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
1715
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"xo": "^0.56.0"
6060
},
6161
"engines": {
62-
"node": ">=14"
62+
"node": ">=18"
6363
},
6464
"files": [
6565
"index.js"

0 commit comments

Comments
 (0)