Skip to content

Commit

Permalink
chore: pin Node's version to 18 and resolve yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Mar 20, 2024
1 parent 038b872 commit f965f82
Show file tree
Hide file tree
Showing 2 changed files with 11,268 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:api": "yarn node --experimental-vm-modules $(yarn bin jest) --config jest.config.cjs ./app/__tests__/api"
},
"engines": {
"node": ">=19"
"node": ">=18"
},
"repository": "https://github.com/team-telnyx/noc-integrations",
"author": "[email protected]",
Expand Down
Loading

0 comments on commit f965f82

Please sign in to comment.