File tree Expand file tree Collapse file tree 5 files changed +26
-26
lines changed
Expand file tree Collapse file tree 5 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1414 - name : Setup node.js
1515 uses : actions/setup-node@v3
1616 with :
17- node-version : 16
17+ node-version : 20
1818 cache : yarn
1919
2020 - name : Install dependencies
3131 - name : Setup node.js
3232 uses : actions/setup-node@v3
3333 with :
34- node-version : 16
34+ node-version : 20
3535 cache : yarn
3636
3737 - name : Install dependencies
5757 - name : Setup node.js
5858 uses : actions/setup-node@v3
5959 with :
60- node-version : 16
60+ node-version : 20
6161 cache : yarn
6262
6363 - name : Install dependencies
8484 - name : Setup node.js
8585 uses : actions/setup-node@v3
8686 with :
87- node-version : 16
87+ node-version : 20
8888 cache : yarn
8989
9090 - name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107107 - name : Setup node.js
108108 uses : actions/setup-node@v3
109109 with :
110- node-version : 16
110+ node-version : 20
111111 cache : yarn
112112
113113 - name : Install dependencies
Original file line number Diff line number Diff line change 1818 - name : Setup node.js
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : 16
21+ node-version : 20
2222 cache : yarn
2323
2424 - name : Install dependencies
3535 - name : Setup node.js
3636 uses : actions/setup-node@v3
3737 with :
38- node-version : 16
38+ node-version : 20
3939 cache : yarn
4040
4141 - name : Install dependencies
5555 - name : Setup node.js
5656 uses : actions/setup-node@v3
5757 with :
58- node-version : 16
58+ node-version : 20
5959 cache : yarn
6060
6161 - name : Install dependencies
8181 - name : Setup node.js
8282 uses : actions/setup-node@v3
8383 with :
84- node-version : 16
84+ node-version : 20
8585 cache : yarn
8686
8787 - name : Install dependencies
Original file line number Diff line number Diff line change 1- name : ' aws-secrets-manager-actions'
2- description : ' GitHub Actions for AWS Secrets Manager'
1+ name : " aws-secrets-manager-actions"
2+ description : " GitHub Actions for AWS Secrets Manager"
33inputs :
44 SECRET_NAME :
5- description : ' Set secret name that you want to get.'
5+ description : " Set secret name that you want to get."
66 required : true
77 AWS_ACCESS_KEY_ID :
8- description : ' Set Aws Access Key ID'
8+ description : " Set Aws Access Key ID"
99 required : false
1010 AWS_SECRET_ACCESS_KEY :
11- description : ' Set Aws Secret access Key'
11+ description : " Set Aws Secret access Key"
1212 required : false
1313 AWS_SESSION_TOKEN :
14- description : ' Set Aws Session token Key'
14+ description : " Set Aws Session token Key"
1515 required : false
1616 AWS_DEFAULT_REGION :
17- description : ' Set Aws default region'
17+ description : " Set Aws default region"
1818 required : false
1919 OUTPUT_PATH :
20- description : ' Set output file where variables are write'
20+ description : " Set output file where variables are write"
2121 required : false
2222runs :
23- using : ' node16 '
24- main : ' dist/index.js'
23+ using : " node20 "
24+ main : " dist/index.js"
2525branding :
26- icon : ' lock'
27- color : ' orange'
26+ icon : " lock"
27+ color : " orange"
Original file line number Diff line number Diff line change 2929 "aws-sdk" : " ^2.1070.0"
3030 },
3131 "devDependencies" : {
32- "@zeit /ncc" : " ^0.22 .1" ,
32+ "@vercel /ncc" : " ^0.38 .1" ,
3333 "dotenv" : " ^8.2.0" ,
3434 "eslint" : " 7.4.0" ,
3535 "eslint-plugin-import" : " ^2.20.2" ,
Original file line number Diff line number Diff line change 611611 semver "^7.3.2"
612612 tsutils "^3.17.1"
613613
614- " @zeit /ncc@^0.22 .1 " :
615- version "0.22.3 "
616- resolved "https://registry.yarnpkg.com/@zeit /ncc/-/ncc-0.22.3 .tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd "
617- integrity sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ ==
614+ " @vercel /ncc@^0.38 .1 " :
615+ version "0.38.1 "
616+ resolved "https://registry.yarnpkg.com/@vercel /ncc/-/ncc-0.38.1 .tgz#13f08738111e1d9e8a22fd6141f3590e54d9a60e "
617+ integrity sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw ==
618618
619619abab@^2.0.3 :
620620 version "2.0.3"
You can’t perform that action at this time.
0 commit comments