Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit cdb11f0

Browse files
committed
updated roll up doesn't support Node 16, tested and updated CI to 20.x)
1 parent ae817fc commit cdb11f0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [16.x, 18.x]
23+
node-version: [18.x, 20.x]
2424
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2525
# See active and security support for Node.js at https://endoflife.date/nodejs
2626

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"homepage": "https://flagon.apache.org/",
4747
"engines": {
48-
"node": "^16.x || ^18.x",
49-
"npm": "^8.x || ^9.x"
48+
"node": "^18.x || ^20.x",
49+
"npm": ">= 9.x"
5050
},
5151
"devDependencies": {
5252
"@babel/core": "^7.23.5",

0 commit comments

Comments
 (0)