We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f85c99 commit ae80da8Copy full SHA for ae80da8
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: ['18.x', '20.x']
+ node-version: ['20.x']
13
14
steps:
15
- uses: actions/checkout@v4
@@ -21,4 +21,4 @@ jobs:
21
- name: Install dependencies
22
run: npm i
23
- name: Running tests
24
- run: npm test
+ run: npm test
package.json
@@ -67,6 +67,6 @@
67
"custom_plugins": "NODE_ENV=test_with_custom_plugins PORT=8080 mocha --exit test/custom_plugins.js"
68
},
69
"engines": {
70
- "node": ">=18.0"
+ "node": ">=20.18"
71
}
72
0 commit comments