File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 8
8
if : github.repository == 'remix-run/react-router'
9
9
runs-on : ubuntu-latest
10
10
11
- strategy :
12
- matrix :
13
- node-version : [14.x]
14
-
15
11
steps :
16
12
- uses : actions/checkout@v2
17
13
18
- - name : Use Node.js ${{ matrix.node-version }}
19
- uses : actions/setup-node@v1
14
+ - name : Set up Node
15
+ uses : actions/setup-node@v2
20
16
with :
21
- node-version : ${{ matrix.node-version }}
17
+ node-version : 14
18
+ check-latest : true
19
+ cache : yarn
22
20
23
21
- name : Install dependencies
24
22
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
12
- strategy :
13
- matrix :
14
- node-version : [14.x]
15
-
16
12
steps :
17
13
- uses : actions/checkout@v2
18
14
19
- - name : Use Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v1
15
+ - name : Set up Node
16
+ uses : actions/setup-node@v2
21
17
with :
22
- node-version : ${{ matrix.node-version }}
18
+ node-version : 14
19
+ check-latest : true
20
+ cache : yarn
23
21
24
22
- name : Install dependencies
25
23
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1
1
- elylucas
2
2
- hongji00
3
3
- JakubDrozd
4
+ - jonkoops
4
5
- kkirsche
5
6
- markivancho
6
7
- mcansh
You can’t perform that action at this time.
0 commit comments