File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ${{ matrix.platform }}
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
20
20
- name : Node.js setup
21
21
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 10
10
test-eslint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Install modules
15
15
run : yarn
16
16
- name : Run ESLint
24
24
25
25
runs-on : ${{ matrix.platform }}
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
28
28
- name : Setup node
29
29
uses : actions/setup-node@v1
30
30
with :
Original file line number Diff line number Diff line change 25
25
"start" : " react-scripts start" ,
26
26
"dev" : " tauri dev" ,
27
27
"build" : " react-scripts build" ,
28
- "desktop" : " tauri build" ,
29
28
"test" : " react-scripts test" ,
30
29
"eject" : " react-scripts eject"
31
30
},
You can’t perform that action at this time.
0 commit comments