Skip to content

Commit

Permalink
Merge pull request #6 from tkikuchi2000/feature/node-version-bump
Browse files Browse the repository at this point in the history
feat: node version bump: >=18.0.0 <=20.x.x
  • Loading branch information
yasudacloud authored Aug 27, 2024
2 parents 18ff19f + 209c52c commit 48745c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}

0 comments on commit 48745c5

Please sign in to comment.