File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616 - uses : actions/setup-node@v2
17+ with :
18+ node-version : 14
1719 - uses : actions/cache@v2
1820 with :
1921 path : ~/.npm
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@master
1111 - uses : actions/setup-node@v2
1212 with :
13- version : 12
13+ version : 14
1414 - run : npm ci
1515 - run : " npm run lint:fix"
1616 - uses : gr2m/create-or-update-pull-request-action@v1.x
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - uses : actions/setup-node@v2
20+ with :
21+ node-version : 14
2022
2123 # try checking out routes-update branch. Ignore error if it does not exist
2224 - run : git checkout routes-update || true
You can’t perform that action at this time.
0 commit comments