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 19
19
- uses : actions/checkout@v2
20
20
- uses : actions/setup-node@v1
21
21
with :
22
- node-version : 14
22
+ node-version : 16
23
23
- uses : microsoft/playwright-github-action@v1
24
24
- uses : actions/cache@v1
25
25
with :
38
38
- uses : actions/checkout@v2
39
39
- uses : actions/setup-node@v1
40
40
with :
41
- node-version : 14
41
+ node-version : 16
42
42
- uses : microsoft/playwright-github-action@v1
43
43
- uses : actions/cache@v1
44
44
with :
53
53
tag :
54
54
name : " Publishing release"
55
55
if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
56
- needs :
56
+ needs :
57
57
- test_linux
58
58
- test_win
59
59
runs-on : ubuntu-latest
64
64
fetch-depth : 0
65
65
- uses : actions/setup-node@v2
66
66
with :
67
- node-version : ' 14 .x'
67
+ node-version : ' 16 .x'
68
68
registry-url : ' https://registry.npmjs.org'
69
69
- uses : actions/cache@v1
70
70
with :
You can’t perform that action at this time.
0 commit comments