A local github action we have has been broken for about a month now meaning that the `dev` tag isn't getting updated or getting new releases. This appears to be due to the publication of new versions of these dependencies which are running into issues using one another. I think I've figured out versions that work and have added a `package-lock.json` to ensure we keep using the same versions.
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"name": "wasmtime-github-release",
|
|
"version": "0.0.0",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/github": "^5.1.0",
|
|
"glob": "^7.1.5"
|
|
}
|
|
}
|