File tree Expand file tree Collapse file tree 4 files changed +1234
-1525
lines changed Expand file tree Collapse file tree 4 files changed +1234
-1525
lines changed Original file line number Diff line number Diff line change 22
22
name : Run E2E tests on deployment success
23
23
if : github.event.deployment_status.state == 'success'
24
24
runs-on : ubuntu-latest
25
- container : cypress/included:5.0 .0
25
+ container : cypress/included:8.7 .0
26
26
env :
27
27
NPM_RC : ${{ secrets.NPM_TOKEN }}
28
28
TERM : xterm
Original file line number Diff line number Diff line change 3
3
on : [push]
4
4
5
5
env :
6
- NODE_VERSION : 12 .x
6
+ NODE_VERSION : 14 .x
7
7
8
8
jobs :
9
9
install :
@@ -75,12 +75,13 @@ jobs:
75
75
- name : Build
76
76
run : yarn build
77
77
- name : Release
78
- uses : cycjimmy/semantic-release-action@v2
78
+ uses : cycjimmy/semantic-release-action@v2.7.0
79
79
id : semantic
80
80
with :
81
81
branch : master
82
+ semantic_version : 18.0.0
82
83
extra_plugins : |
83
- @semantic-release/git@v9
84
+ @semantic-release/git
84
85
@semantic-release/changelog
85
86
env :
86
87
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 110
110
]
111
111
},
112
112
"devDependencies" : {
113
- "@semantic-release/changelog" : " 5 .0.1" ,
114
- "@semantic-release/git" : " 9 .0.1" ,
115
- "@semantic-release/github" : " 7.2.3 " ,
113
+ "@semantic-release/changelog" : " 6 .0.1" ,
114
+ "@semantic-release/git" : " 10 .0.1" ,
115
+ "@semantic-release/github" : " 8.0.2 " ,
116
116
"codecov" : " 3.8.3" ,
117
117
"commitizen" : " 4.2.4" ,
118
118
"cypress" : " 6.9.1" ,
119
119
"cz-conventional-changelog" : " 3.3.0" ,
120
120
"eslint-plugin-cypress" : " 2.12.1" ,
121
- "semantic-release" : " 17.4.7 "
121
+ "semantic-release" : " 18.0.1 "
122
122
}
123
123
}
You can’t perform that action at this time.
0 commit comments