diff --git a/.gitignore b/.gitignore index 40b878d..c2658d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -node_modules/ \ No newline at end of file +node_modules/ diff --git a/package.json b/package.json index 56cc50e..e611053 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@actions/exec": "^1.1.0" }, "devDependencies": { + "@types/node": "^16.7.10", "@vercel/ncc": "^0.30.0", "typescript": "^4.4.2" } diff --git a/src/index.ts b/src/index.ts index a4d5f4c..855332d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,4 +21,4 @@ async function run(): Promise { } } -run(); \ No newline at end of file +run(); diff --git a/tsconfig.json b/tsconfig.json index 5bf4ee5..232eb8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,4 +10,4 @@ "esModuleInterop": true }, "exclude": ["node_modules"] -} \ No newline at end of file +}