Skip to content

Commit

Permalink
benchmark: require node >=18
Browse files Browse the repository at this point in the history
To match the requirements of the main package and fix errors for fs from
the ESLint n/no-unsupported-features/node-builtins rule.

Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Nov 2, 2024
1 parent 358fb0b commit 11fd0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"json-stringify-raw": "^0.1.0"
},
"engines": {
"node": ">=12",
"node": ">=18",
"npm": ">=1.3.7"
}
}

0 comments on commit 11fd0f5

Please sign in to comment.