We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554848c commit e8ce501Copy full SHA for e8ce501
3 files changed
.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
@@ -82,6 +82,6 @@
82
]
83
},
84
"engines": {
85
- "node": ">= 14"
+ "node": ">= 18"
86
}
87
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