We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdb452 commit a551a9eCopy full SHA for a551a9e
.github/workflows/ci.yml
@@ -10,8 +10,6 @@ jobs:
10
os:
11
- ubuntu-latest
12
node_version:
13
- - 14
14
- - 16
15
- 18
16
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
17
steps:
package.json
@@ -59,7 +59,7 @@
59
"xo": "^0.56.0"
60
},
61
"engines": {
62
- "node": ">=14"
+ "node": ">=18"
63
64
"files": [
65
"index.js"
0 commit comments