File tree Expand file tree Collapse file tree 5 files changed +15
-16
lines changed Expand file tree Collapse file tree 5 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v2
27
27
- uses : actions/setup-node@v2
28
28
with :
29
- node-version : 16 .x
29
+ node-version : 18 .x
30
30
31
31
- uses : expo/expo-github-action@v8
32
32
with :
61
61
- uses : actions/checkout@v2
62
62
- uses : actions/setup-node@v2
63
63
with :
64
- node-version : 16 .x
64
+ node-version : 18 .x
65
65
66
66
- uses : expo/expo-github-action@v8
67
67
with :
Original file line number Diff line number Diff line change 40
40
41
41
- uses : actions/setup-node@v2
42
42
with :
43
- node-version : 16 .x
43
+ node-version : 18 .x
44
44
45
45
- uses : expo/expo-github-action@v8
46
46
with :
Original file line number Diff line number Diff line change 41
41
- uses : actions/checkout@v2
42
42
- uses : actions/setup-node@v2
43
43
with :
44
- node-version : 16 .x
44
+ node-version : 18 .x
45
45
46
46
- uses : expo/expo-github-action@v8
47
47
with :
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v2
18
18
- uses : actions/setup-node@v2
19
19
with :
20
- node-version : 16 .x
20
+ node-version : 18 .x
21
21
22
22
- uses : expo/expo-github-action@v8
23
23
with :
44
44
- uses : actions/checkout@v2
45
45
- uses : actions/setup-node@v2
46
46
with :
47
- node-version : 16 .x
47
+ node-version : 18 .x
48
48
49
49
- uses : expo/expo-github-action@v8
50
50
with :
Original file line number Diff line number Diff line change @@ -12,18 +12,17 @@ jobs:
12
12
MATOMO_ENABLED : false
13
13
MATOMO_URL : https://matomo.fabrique.social.gouv.fr/
14
14
steps :
15
+ - name : Checkout repository
16
+ uses : actions/checkout@v2
15
17
16
- - name : Checkout repository
17
- uses : actions/checkout@v2
18
-
19
- - uses : actions/setup-node@v3
20
- with :
21
- node-version : 16
18
+ - uses : actions/setup-node@v3
19
+ with :
20
+ node-version : 18
22
21
23
- - name : Run tests
24
- env :
25
- YARN_IGNORE_NODE : " 1"
26
- run : |
22
+ - name : Run tests
23
+ env :
24
+ YARN_IGNORE_NODE : " 1"
25
+ run : |
27
26
cd front
28
27
yarn install
29
28
yarn test
You can’t perform that action at this time.
0 commit comments