Skip to content

Commit

Permalink
chore: require node 22 (#130)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node sea requires node 22 or newer
  • Loading branch information
bobbyg603 authored Jul 10, 2024
1 parent 3b4dd50 commit a16e9be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"bin": {
"symbol-upload": "./dist/bin/index.js"
},
"engines": {
"node": ">=22"
},
"files": [
"dist"
],
Expand Down

0 comments on commit a16e9be

Please sign in to comment.