mirror of
https://git.studyfor.work/actions/gitea-tool-cache.git
synced 2026-08-29 05:52:12 -04:00
1
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
"**/bower_components": true,
|
||||
"**/*.code-search": true,
|
||||
"**/dist": true,
|
||||
}
|
||||
}
|
||||
Vendored
+38752
-6
File diff suppressed because one or more lines are too long
+1
-1
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "chcp 65001 && jest --coverage",
|
||||
"build": "rimraf ./dist && ncc build -m -o dist src/index.ts"
|
||||
"build": "rimraf ./dist && ncc build -o dist src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node16": "^16.1.1",
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ export async function nodeInstall() {
|
||||
const version = await nodeVersionAlias(nodeVersion, {
|
||||
mirror: 'https://npmmirror.com/mirrors/node'
|
||||
}).catch(err => err);
|
||||
|
||||
console.log(version);
|
||||
if (version instanceof Error) {
|
||||
console.log('node版本错误', version);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user