File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ seconds to wait between checks:
2222- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
2323 with:
2424 github_token: "${{ secrets.github_token }}"
25- check_every_seconds: 120 # 2 minutes
25+ check_every_seconds: 120 # 2 minutes
2626` ` `
2727
2828# # Development
2929
30- The action is written in NodeJS 12 , and you can install the dependencies with :
30+ The action is written in NodeJS 16 , and you can install the dependencies with :
3131
3232` ` `
3333npm install
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ inputs:
1111 default : " 60"
1212
1313runs :
14- using : node12
14+ using : node16
1515 main : dist/index.js
Original file line number Diff line number Diff line change 4343
4444## Development
4545
46- The action is written in NodeJS 12 , and you can install the dependencies with:
46+ The action is written in NodeJS 16 , and you can install the dependencies with:
4747
4848` ` ` sh
4949npm install
Original file line number Diff line number Diff line change 77 required : false
88
99runs :
10- using : node12
10+ using : node16
1111 main : dist/index.js
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ on that service.
3939
4040# # Development
4141
42- The action is written in NodeJS 12 , and you can install the dependencies with :
42+ The action is written in NodeJS 16 , and you can install the dependencies with :
4343
4444` ` `
4545npm install
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ inputs:
2828 required : true
2929
3030runs :
31- using : node12
31+ using : node16
3232 main : dist/index.js
You can’t perform that action at this time.
0 commit comments