Skip to content

Commit 6d49094

Browse files
authored
Merge pull request #24 from masci/massi/core
pin @actions/core to ^1.10
2 parents 83c75bc + ff673d5 commit 6d49094

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

package-lock.json

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "YourNameOrOrganization",
2626
"license": "MIT",
2727
"dependencies": {
28-
"@actions/core": "^1.9.1",
28+
"@actions/core": "^1.10.0",
2929
"@actions/http-client": "^1.0.8",
3030
"@types/js-yaml": "^3.12.5",
3131
"js-yaml": "^3.14.1"
@@ -34,7 +34,7 @@
3434
"@types/jest": "^27.0.0",
3535
"@types/node": "^12.19.11",
3636
"@typescript-eslint/parser": "^4.12.0",
37-
"@zeit/ncc": "^0.20.5",
37+
"@vercel/ncc": "^0.36.1",
3838
"eslint": "^7.17.0",
3939
"eslint-plugin-github": "^4.1.1",
4040
"eslint-plugin-jest": "^24.4.2",

0 commit comments

Comments
 (0)