File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v2
16- - name : Use Node.js 15
16+ - name : Use Node.js 16
1717 uses : actions/setup-node@v2
1818 with :
19- node-version : 15
19+ node-version : 16
2020 - name : Install
2121 run : yarn install
2222 - name : Build
Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [12 .x, 14 .x]
19+ node-version : [14 .x, 16 .x]
2020
2121 steps :
2222 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v1
1616 with :
17- node-version : 12
17+ node-version : 16
1818 - run : yarn install
1919 - run : yarn build
2020
2525 - uses : actions/checkout@v2
2626 - uses : actions/setup-node@v1
2727 with :
28- node-version : 12
28+ node-version : 16
2929 registry-url : https://registry.npmjs.org/
3030 - run : yarn install
3131 - run : yarn build
4040 - uses : actions/checkout@v2
4141 - uses : actions/setup-node@v1
4242 with :
43- node-version : 12
43+ node-version : 16
4444 registry-url : https://npm.pkg.github.com/
4545 - run : yarn install
4646 - run : yarn build
Original file line number Diff line number Diff line change 55 branches : [ main ]
66 pull_request :
77 branches : [ main ]
8-
8+
99env :
1010 PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
1111
@@ -16,10 +16,10 @@ jobs:
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v2
19- - name : Use Node.js 15
19+ - name : Use Node.js 16
2020 uses : actions/setup-node@v2
2121 with :
22- node-version : 15
22+ node-version : 16
2323 - name : Install
2424 run : yarn install
2525 - name : Build
2929 yarn start &
3030 sleep 60 &&
3131 yarn visual
32-
32+
You can’t perform that action at this time.
0 commit comments