We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94662f commit b451e6eCopy full SHA for b451e6e
.github/workflows/test.yml
@@ -14,9 +14,8 @@ jobs:
14
strategy:
15
matrix:
16
node_version:
17
- - 14
18
- - 16
19
- 18
+ - 20
20
steps:
21
- uses: actions/checkout@v3
22
- name: Use Node.js ${{ matrix.node_version }}
package.json
@@ -108,6 +108,6 @@
108
"access": "public"
109
},
110
"engines": {
111
- "node": ">= 14"
+ "node": ">= 18"
112
}
113
scripts/build.mjs
@@ -42,7 +42,7 @@ async function main() {
42
outdir: "pkg/dist-node",
43
bundle: true,
44
platform: "node",
45
- target: "node14",
+ target: "node18",
46
format: "cjs",
47
...sharedOptions,
48
}),
0 commit comments