Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Dec 28, 2021
1 parent 6649f03 commit f235d02
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 26 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

266 changes: 250 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"author": "bobheadxi",
"license": "MIT",
"dependencies": {
"@actions/core": "1.4.0",
"@actions/core": "1.6.0",
"@actions/github": "5.0.0",
"@vercel/ncc": "0.28.6",
"@types/node": "12.20.15",
"typescript": "4.3.2",
"prettier": "2.3.1"
"@vercel/ncc": "0.33.1",
"@types/node": "~13",
"typescript": "4.5.4",
"prettier": "2.5.1"
}
}
2 changes: 1 addition & 1 deletion src/steps/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ export async function run(step: Step, context: DeploymentContext) {
setFailed(`unknown step type ${step}`);
}
} catch (error) {
setFailed(`unexpected error encountered: ${error.message}`);
setFailed(`unexpected error encountered: ${error}`);
}
}

0 comments on commit f235d02

Please sign in to comment.