Add package-lock.json for github-release action (#5091)

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.
This commit is contained in:
Alex Crichton
2022-10-24 12:15:45 -05:00
committed by GitHub
parent 95f02eb67d
commit 6917ba5ae9
2 changed files with 573 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
"version": "0.0.0",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/github": "^1.0.0",
"@actions/core": "^1.9.1",
"@actions/github": "^5.1.0",
"glob": "^7.1.5"
}
}