Skip to content

Commit 5f7d6a5

Browse files
committed
feat(node-versions): dropped support for v16 and v19
BREAKING CHANGE: node versions v16 and v19 are no longer supported
1 parent 8c1aec9 commit 5f7d6a5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/node-ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
node:
21-
- 16.13.0
22-
- 18.0.0
23-
- 18
24-
- 20
21+
- 18.17.0
22+
- 20.6.1
2523
- 21
2624
steps:
2725
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.0-semantically-released",
66
"type": "module",
77
"engines": {
8-
"node": "^16.13 || >=18"
8+
"node": "^18.17 || >=20.6.1"
99
},
1010
"author": "Matt Travi <[email protected]> (https://matt.travi.org)",
1111
"repository": "form8ion/rollup",

0 commit comments

Comments
 (0)