File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v3
1919
20- - name : Setup node 12
20+ - name : Setup node 16
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : ' 12 '
23+ node-version : ' 16 '
2424
2525 - run : npm ci
2626
@@ -31,10 +31,10 @@ jobs:
3131 steps :
3232 - uses : actions/checkout@v3
3333
34- - name : Setup node 12
34+ - name : Setup node 16
3535 uses : actions/setup-node@v3
3636 with :
37- node-version : ' 12 '
37+ node-version : ' 16 '
3838
3939 - run : npm ci
4040
@@ -45,10 +45,10 @@ jobs:
4545 steps :
4646 - uses : actions/checkout@v3
4747
48- - name : Setup node 12
48+ - name : Setup node 16
4949 uses : actions/setup-node@v3
5050 with :
51- node-version : ' 12 '
51+ node-version : ' 16 '
5252
5353 - run : npm ci
5454
@@ -64,10 +64,10 @@ jobs:
6464 steps :
6565 - uses : actions/checkout@v3
6666
67- - name : Setup node 12
67+ - name : Setup node 16
6868 uses : actions/setup-node@v3
6969 with :
70- node-version : ' 12 '
70+ node-version : ' 16 '
7171
7272 - run : npm ci
7373 - run : npm run build
@@ -81,10 +81,10 @@ jobs:
8181 steps :
8282 - uses : actions/checkout@v3
8383
84- - name : Setup node 12
84+ - name : Setup node 16
8585 uses : actions/setup-node@v3
8686 with :
87- node-version : ' 12 '
87+ node-version : ' 16 '
8888
8989 - run : npm ci
9090
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: 'Android-Actions'
33description : ' Setup the Android SDK Tools and add them to the path'
44
55runs :
6- using : ' node12 '
6+ using : ' node16 '
77 main : ' dist/index.js'
88
99branding :
You can’t perform that action at this time.
0 commit comments