Skip to content

Commit

Permalink
Merge pull request #47 from saiichihashimoto/update-packagejson
Browse files Browse the repository at this point in the history
fix(node): updating node versions for vercel's currently supported versions
  • Loading branch information
kodiakhq[bot] authored Sep 30, 2024
2 parents f055b2d + 0a0c1c1 commit 54aee0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -19,7 +19,7 @@
"dev:build": "tsc-watch --preserveWatchOutput --onSuccess \"sh -c 'chmod +x ./dist/vercel-cron.js; ./dist/vercel-cron.js --version && ./dist/vercel-cron.js --help && ./dist/vercel-cron.js --trace'\"",
"dev:test": "npm run test -- --watch",
"lint": "lint-staged --shell --verbose --diff \"4b825dc642cb6eb9a060e54bf8d69288fbee4904\" --no-stash",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky",
"start": "./dist/vercel-cron.js",
"stryker": "stryker run",
"pretest": "rm -rf .stryker-tmp",
Expand Down Expand Up @@ -83,6 +83,6 @@
"typescript": "5.3.3"
},
"engines": {
"node": "^18.15.0"
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
}
}

0 comments on commit 54aee0e

Please sign in to comment.