Skip to content

Commit

Permalink
updated roll up doesn't support Node 16, tested and updated CI to 20.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
poorejc committed Dec 3, 2023
1 parent ae817fc commit cdb11f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"homepage": "https://flagon.apache.org/",
"engines": {
"node": "^16.x || ^18.x",
"npm": "^8.x || ^9.x"
"node": "^18.x || ^20.x",
"npm": ">= 9.x"
},
"devDependencies": {
"@babel/core": "^7.23.5",
Expand Down

0 comments on commit cdb11f0

Please sign in to comment.