fix broken build

This commit is contained in:
Kamil Samigullin 2022-06-02 10:15:44 +03:00
parent 62870e168c
commit 7709487f5f
No known key found for this signature in database
GPG key ID: 35155645C6216420
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View file

@ -13,6 +13,7 @@
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@actions/http-client": "^1.0.11",
"@actions/tool-cache": "^2.0.1",
"@types/semver": "^7.3.9",
"@types/tmp": "^0.2.3",

View file

@ -28,6 +28,7 @@
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@actions/http-client": "^1.0.11",
"@actions/tool-cache": "^2.0.1",
"@types/semver": "^7.3.9",
"@types/tmp": "^0.2.3",