We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86664a0 + 1deb30e commit fcbe518Copy full SHA for fcbe518
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
15
steps:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
package.json
@@ -40,7 +40,7 @@
40
"license": "MIT",
41
"type": "module",
42
"engines": {
43
- "node": ">=18"
+ "node": ">=20"
44
},
45
"bugs": {
46
"url": "https://github.com/jsilvanus/embedeer/issues"
0 commit comments