Skip to content

Commit ce53bfb

Browse files
committed
chore!: update supported Node.js versions
1 parent af03a95 commit ce53bfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+1-1
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: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
14+
node-version: [18.x, 20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v4 # https://github.com/actions/checkout

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"jest": "^29.7.0"
2929
},
3030
"engines": {
31-
"node": ">=8.0.0",
32-
"npm": "~5.2.0"
31+
"node": ">=18.0.0",
32+
"npm": ">=9.8.1"
3333
},
3434
"homepage": "https://github.com/d4nyll/mermal",
3535
"keywords": [
@@ -51,4 +51,4 @@
5151
"prepublishOnly": "npm run lint && npm run test",
5252
"test": "jest src"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)