Skip to content

Commit

Permalink
build: set wasm node engine version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 7, 2023
1 parent 0429a8d commit ce4a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Expand Up @@ -21,7 +21,7 @@
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit ce4a148

Please sign in to comment.