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 16
20+ - name : Setup node 20
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : ' 16 '
23+ node-version : 20
2424
2525 - run : npm ci
2626
@@ -34,10 +34,10 @@ jobs:
3434 steps :
3535 - uses : actions/checkout@v3
3636
37- - name : Setup node 16
37+ - name : Setup node 20
3838 uses : actions/setup-node@v3
3939 with :
40- node-version : ' 16 '
40+ node-version : 20
4141
4242 - run : npm ci
4343
@@ -48,10 +48,10 @@ jobs:
4848 steps :
4949 - uses : actions/checkout@v3
5050
51- - name : Setup node 16
51+ - name : Setup node 20
5252 uses : actions/setup-node@v3
5353 with :
54- node-version : ' 16 '
54+ node-version : 20
5555
5656 - run : npm ci
5757
@@ -67,10 +67,10 @@ jobs:
6767 steps :
6868 - uses : actions/checkout@v3
6969
70- - name : Setup node 16
70+ - name : Setup node 20
7171 uses : actions/setup-node@v3
7272 with :
73- node-version : ' 16 '
73+ node-version : 20
7474
7575 - name : Set up JDK 17
7676 uses : actions/setup-java@v3
@@ -90,10 +90,10 @@ jobs:
9090 steps :
9191 - uses : actions/checkout@v3
9292
93- - name : Setup node 16
93+ - name : Setup node 20
9494 uses : actions/setup-node@v3
9595 with :
96- node-version : ' 16 '
96+ node-version : 20
9797
9898 - run : npm ci
9999
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 : ' node16 '
6+ using : node20
77 main : ' dist/index.js'
88
99branding :
You can’t perform that action at this time.
0 commit comments