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 1ab74b0 commit ba566fcCopy full SHA for ba566fc
.github/workflows/test.yml
@@ -13,9 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
node_version:
16
- - 14
17
- - 16
18
- 18
+ - 20
19
steps:
20
- uses: actions/checkout@v3
21
- name: Use Node.js ${{ matrix.node_version }}
package.json
@@ -97,6 +97,6 @@
97
]
98
},
99
"engines": {
100
- "node": ">= 14"
+ "node": ">= 18"
101
}
102
scripts/build.mjs
@@ -46,7 +46,7 @@ async function main() {
46
outdir: "pkg/dist-node",
47
bundle: true,
48
platform: "node",
49
- target: "node14",
+ target: "node18",
50
format: "cjs",
51
...sharedOptions,
52
}),
0 commit comments