File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v1
2121 - uses : actions/setup-node@v1
2222 with :
23- node-version : 12 .x
23+ node-version : 14 .x
2424 - name : install dependencies
2525 run : yarn install
2626 - name : linting
3232
3333 strategy :
3434 matrix :
35- node : ['10 ', '12 ', '14 ']
35+ node : ['12 ', '14 ', '16 ']
3636 os : [ubuntu-latest]
3737
3838 steps :
5353 - uses : actions/checkout@v1
5454 - uses : actions/setup-node@v1
5555 with :
56- node-version : ' 12 .x'
56+ node-version : ' 14 .x'
5757 - name : install dependencies
5858 run : yarn install --no-lockfile
5959 - name : test
Original file line number Diff line number Diff line change 6666 "walk-sync" : " ^2.2.0"
6767 },
6868 "engines" : {
69- "node" : " 10 .* || 12 .* || >= 14 "
69+ "node" : " 12 .* || 14 .* || >= 16 "
7070 },
7171 "publishConfig" : {
7272 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments