Skip to content

Commit 3c26b94

Browse files
committed
remove support for node 18
1 parent 597a52a commit 3c26b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18.x, 20.x, 22.x]
17+
node-version: [20.x, 22.x]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "mocha --timeout 20000"
2828
},
2929
"engines": {
30-
"node": "18 || 20 || 22",
30+
"node": "20 || 22",
3131
"npm": ">=7"
3232
}
3333
}

0 commit comments

Comments
 (0)