File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Node JS
1616 uses : actions/setup-node@v1
1717 with :
18- node-version : 12.x
18+ node-version : 16.x
19+ cache : yarn
20+
1921 - run : yarn install --ignore-engines
2022 - run : yarn lint:nofix
2123 - run : yarn test
Original file line number Diff line number Diff line change 1919 - name : Setup Node JS
2020 uses : actions/setup-node@v1
2121 with :
22- node-version : 12.x
22+ node-version : 16.x
23+ cache : yarn
24+
2325 - name : Build Docs 📚
2426 run : |
2527 # un-ignore bundle.js
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v2
1313 - name : Setup Node JS
14- uses : actions/setup-node@v1
14+ uses : actions/setup-node@v2
1515 with :
16- node-version : 12.x
16+ node-version : 16.x
17+ cache : yarn
1718 - run : yarn install --ignore-engines
1819 - run : yarn lint:nofix
1920 - run : yarn test
You can’t perform that action at this time.
0 commit comments