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 5, 2023
1 parent 3befe8b commit b434979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-windows.yml
Expand Up @@ -47,4 +47,4 @@ jobs:
run: pnpm install --ignore-scripts

- name: run tests
run: pnpm --filter "...[origin/master]" ci:test
run: pnpm --workspace-concurrency 1 --filter "...[origin/master]" ci:test
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 b434979

Please sign in to comment.