Skip to content

Commit 0c916e6

Browse files
committed
chore: bump node
1 parent 2e48d3c commit 0c916e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"private": false,
1111
"engines": {
12-
"node": ">=16.0.0"
12+
"node": ">=20.0.0"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -34,7 +34,7 @@
3434
"dist/*.js.map"
3535
],
3636
"scripts": {
37-
"build": "npm run lint && npm run build:docs && npm run build:lib",
37+
"build": "yarn lint && yarn build:docs && yarn build:lib",
3838
"build:docs": "vue-cli-service build --dest docs",
3939
"build:lib": "vue-cli-service build --target lib --name vue-command ./src/library.js",
4040
"lint": "vue-cli-service lint",
@@ -80,8 +80,8 @@
8080
},
8181
"husky": {
8282
"hooks": {
83-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS; npm runnpm run lint --fix",
84-
"pre-push": "npm run test"
83+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS; yarn lint --fix",
84+
"pre-push": "yarn test"
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)