Skip to content

Commit

Permalink
Merge pull request #6 from Cervest/node16
Browse files Browse the repository at this point in the history
upgrade to node 16
  • Loading branch information
raids authored Nov 9, 2022
2 parents 50ee0a6 + 0df4aa0 commit afa40eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
ecr_aws_account_ids:
description: "A list of comma-separated AWS account IDs with which to perform docker login commands for ECR."
runs:
using: "node12"
using: "node16"
main: "build/index.js"
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "thing",
"name": "configure-credentials",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
Expand All @@ -12,7 +12,7 @@
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@types/node": "12.12.2",
"@types/node": "16.18.3",
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"eslint": "6.8.0",
Expand Down

0 comments on commit afa40eb

Please sign in to comment.