File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
20
- - name : Setup node 12
20
+ - name : Setup node 16
21
21
uses : actions/setup-node@v3
22
22
with :
23
- node-version : ' 12 '
23
+ node-version : ' 16 '
24
24
25
25
- run : npm ci
26
26
@@ -31,10 +31,10 @@ jobs:
31
31
steps :
32
32
- uses : actions/checkout@v3
33
33
34
- - name : Setup node 12
34
+ - name : Setup node 16
35
35
uses : actions/setup-node@v3
36
36
with :
37
- node-version : ' 12 '
37
+ node-version : ' 16 '
38
38
39
39
- run : npm ci
40
40
@@ -45,10 +45,10 @@ jobs:
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
48
- - name : Setup node 12
48
+ - name : Setup node 16
49
49
uses : actions/setup-node@v3
50
50
with :
51
- node-version : ' 12 '
51
+ node-version : ' 16 '
52
52
53
53
- run : npm ci
54
54
@@ -64,10 +64,10 @@ jobs:
64
64
steps :
65
65
- uses : actions/checkout@v3
66
66
67
- - name : Setup node 12
67
+ - name : Setup node 16
68
68
uses : actions/setup-node@v3
69
69
with :
70
- node-version : ' 12 '
70
+ node-version : ' 16 '
71
71
72
72
- run : npm ci
73
73
- run : npm run build
@@ -81,10 +81,10 @@ jobs:
81
81
steps :
82
82
- uses : actions/checkout@v3
83
83
84
- - name : Setup node 12
84
+ - name : Setup node 16
85
85
uses : actions/setup-node@v3
86
86
with :
87
- node-version : ' 12 '
87
+ node-version : ' 16 '
88
88
89
89
- run : npm ci
90
90
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: 'Android-Actions'
3
3
description : ' Setup the Android SDK Tools and add them to the path'
4
4
5
5
runs :
6
- using : ' node12 '
6
+ using : ' node16 '
7
7
main : ' dist/index.js'
8
8
9
9
branding :
You can’t perform that action at this time.
0 commit comments