Skip to content

Commit

Permalink
chore: add everything in node 20 but also support 18
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed May 26, 2024
1 parent f7571a8 commit fd592a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.0
v20.13.1
3 changes: 3 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "3.16.0",
"main": "out/**",
"types": "index.d.ts",
"engines": {"node": "^18 || ^20"},
"scripts": {
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register tests/**/*.test.ts",
"build": "tsc",
Expand Down

0 comments on commit fd592a3

Please sign in to comment.