File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: Lint
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
77
88jobs :
99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
1414 with :
15- node-version : 20
15+ node-version-file : .nvmrc
16+
1617 cache : ' yarn'
1718 - run : yarn install --frozen-lockfile
1819 - run : yarn lint
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: Test
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
77
88jobs :
99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
1414 with :
15- node-version : 20
15+ node-version-file : .nvmrc
16+
1617 cache : ' yarn'
1718 - run : yarn install --frozen-lockfile
1819 - run : yarn test
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: Type Check
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
77
88jobs :
99 type-check :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
1414 with :
15- node-version : 20
15+ node-version-file : .nvmrc
16+
1617 cache : ' yarn'
1718 - run : yarn install --frozen-lockfile
1819 - run : yarn run check:type
Original file line number Diff line number Diff line change 1- v20.11 .0
1+ v22.14 .0
You can’t perform that action at this time.
0 commit comments