File tree Expand file tree Collapse file tree 7 files changed +9957
-17
lines changed
Expand file tree Collapse file tree 7 files changed +9957
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Markdown
33
44env :
55 # See: https://github.com/actions/setup-node/#readme
6- NODE_VERSION : 12 .x
6+ NODE_VERSION : 16 .x
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check npm Dependencies
33
44env :
55 # See: https://github.com/actions/setup-node/#readme
6- NODE_VERSION : 10 .x
6+ NODE_VERSION : 16 .x
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Taskfiles
33
44env :
55 # See: https://github.com/actions/setup-node/#readme
6- NODE_VERSION : 12 .x
6+ NODE_VERSION : 16 .x
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Sync Labels
33
44env :
55 # See: https://github.com/actions/setup-node/#readme
6- NODE_VERSION : 12 .x
6+ NODE_VERSION : 16 .x
77 CONFIGURATIONS_FOLDER : .github/label-configuration-files
88 CONFIGURATIONS_ARTIFACT : label-configuration-files
99
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - name : Checkout
1919 uses : actions/checkout@master
2020
21- - name : Set Node.js 10 .x
21+ - name : Set Node.js 16 .x
2222 uses : actions/setup-node@master
2323 with :
24- node-version : 10 .x
24+ node-version : 16 .x
2525
2626 - name : npm install
2727 run : npm install
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 description : ' GitHub repo token to use to avoid rate limiter'
1313 default : ' '
1414runs :
15- using : ' node12 '
15+ using : ' node16 '
1616 main : ' lib/main.js'
1717branding :
1818 icon : ' box'
You can’t perform that action at this time.
0 commit comments