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.
2 parents 7beaee9 + 585d552 commit ee55720Copy full SHA for ee55720
2 files changed
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- node: [10, 12, 14]
+ node: [12, 14]
19
os: [ubuntu-latest]
20
21
steps:
package.json
@@ -21,14 +21,15 @@
],
22
"main": "dist",
23
"engines": {
24
- "node": ">=10"
+ "node": ">=12"
25
},
26
"scripts": {
27
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
28
"build": "rm -rf dist && tsup src/*.ts --minify",
29
"dev": "npm run build -- --watch",
30
"test": "xo && c8 ava",
31
- "pretest": "clinton"
+ "pretest": "clinton",
32
+ "prepare": "npm run build"
33
34
"keywords": [
35
"html",
0 commit comments