File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v2
2020 - uses : actions/setup-node@v1
2121 with :
22- node-version : 14
22+ node-version : 16
2323 - uses : microsoft/playwright-github-action@v1
2424 - uses : actions/cache@v1
2525 with :
3838 - uses : actions/checkout@v2
3939 - uses : actions/setup-node@v1
4040 with :
41- node-version : 14
41+ node-version : 16
4242 - uses : microsoft/playwright-github-action@v1
4343 - uses : actions/cache@v1
4444 with :
5353 tag :
5454 name : " Publishing release"
5555 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
56- needs :
56+ needs :
5757 - test_linux
5858 - test_win
5959 runs-on : ubuntu-latest
6464 fetch-depth : 0
6565 - uses : actions/setup-node@v2
6666 with :
67- node-version : ' 14 .x'
67+ node-version : ' 16 .x'
6868 registry-url : ' https://registry.npmjs.org'
6969 - uses : actions/cache@v1
7070 with :
You can’t perform that action at this time.
0 commit comments