mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-04 19:41:10 +00:00
Update memoization to lodash implementation
This commit is contained in:
parent
5e21ff4d9b
commit
d5f102c3e3
6 changed files with 1458 additions and 78 deletions
|
@ -33,10 +33,12 @@
|
|||
"@actions/http-client": "^1.0.11",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.5.4",
|
||||
"lodash.memoize": "^4.1.2",
|
||||
"semver": "^6.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/lodash.memoize": "^4.1.7",
|
||||
"@types/node": "^16.11.25",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue