File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
install-and-test :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Install npm dependencies
13
13
run : |
14
14
npm install --legacy-peer-deps && npm test
15
15
build-android :
16
16
needs : install-and-test
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Install npm dependencies
21
21
run : |
22
22
npm install --legacy-peer-deps
Original file line number Diff line number Diff line change 12
12
if : github.event.pull_request.merged == true
13
13
steps :
14
14
- run : echo merged and ready to publish
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
# Setup .npmrc file to publish to npm
17
17
- uses : actions/setup-node@v3
18
18
with :
You can’t perform that action at this time.
0 commit comments