Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correcting typescript version for @types/node (#117)
* Correcting typescript version for @types/node

* minor
  • Loading branch information
t-dedah committed Oct 25, 2022
1 parent 8d99c72 commit 7fcad78
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 76 deletions.
177 changes: 104 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,14 +17,14 @@
"license": "MIT",
"devDependencies": {
"@zeit/ncc": "^0.21.1",
"tslint": "^6.1.0",
"typescript": "^3.8.3"
"tslint": "^6.1.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1",
"@types/assert": "^1.4.7",
"@types/node": "^16.11.7"
"@types/node": "^16.11.7",
"typescript": "^3.7.7"
}
}

0 comments on commit 7fcad78

Please sign in to comment.