Skip to content

Commit fcbe518

Browse files
authored
Merge pull request #9 from jsilvanus/claude/drop-node-18
ci: drop Node 18 from matrix and engines
2 parents 86664a0 + 1deb30e commit fcbe518

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [20.x, 22.x, 24.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"license": "MIT",
4141
"type": "module",
4242
"engines": {
43-
"node": ">=18"
43+
"node": ">=20"
4444
},
4545
"bugs": {
4646
"url": "https://github.com/jsilvanus/embedeer/issues"

0 commit comments

Comments
 (0)