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
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-node/#readme
6
- NODE_VERSION : 12 .x
6
+ NODE_VERSION : 16 .x
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check npm Dependencies
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-node/#readme
6
- NODE_VERSION : 10 .x
6
+ NODE_VERSION : 16 .x
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Taskfiles
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-node/#readme
6
- NODE_VERSION : 12 .x
6
+ NODE_VERSION : 16 .x
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Sync Labels
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-node/#readme
6
- NODE_VERSION : 12 .x
6
+ NODE_VERSION : 16 .x
7
7
CONFIGURATIONS_FOLDER : .github/label-configuration-files
8
8
CONFIGURATIONS_ARTIFACT : label-configuration-files
9
9
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Checkout
19
19
uses : actions/checkout@master
20
20
21
- - name : Set Node.js 10 .x
21
+ - name : Set Node.js 16 .x
22
22
uses : actions/setup-node@master
23
23
with :
24
- node-version : 10 .x
24
+ node-version : 16 .x
25
25
26
26
- name : npm install
27
27
run : npm install
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
12
12
description : ' GitHub repo token to use to avoid rate limiter'
13
13
default : ' '
14
14
runs :
15
- using : ' node12 '
15
+ using : ' node16 '
16
16
main : ' lib/main.js'
17
17
branding :
18
18
icon : ' box'
You can’t perform that action at this time.
0 commit comments