File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build-deploy :
9
- runs-on : ubuntu-18.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v2
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
- node-version : 14
14
+ node-version : 16
15
15
16
16
- run : npm install
17
17
- run : npm run build
20
20
- run : npm run doc
21
21
22
22
- name : Create Coverage Badges
23
- uses : jaywcjlove/coverage-badges-cli@v1.0.10
23
+ uses : jaywcjlove/coverage-badges-cli@main
24
24
with :
25
25
output : coverage/badges.svg
26
26
@@ -38,13 +38,13 @@ jobs:
38
38
39
39
- name : Create Tag
40
40
id : create_tag
41
- uses : jaywcjlove/create-tag-action@v1.3.6
41
+ uses : jaywcjlove/create-tag-action@main
42
42
with :
43
43
package-path : ./package.json
44
44
45
45
- name : get tag version
46
46
id : tag_version
47
- uses : jaywcjlove/changelog-generator@v1.5.0
47
+ uses : jaywcjlove/changelog-generator@main
48
48
49
49
- name : Deploy
50
50
uses : peaceiris/actions-gh-pages@v3
55
55
56
56
- name : Generate Changelog
57
57
id : changelog
58
- uses : jaywcjlove/changelog-generator@v1.5.0
58
+ uses : jaywcjlove/changelog-generator@main
59
59
with :
60
60
token : ${{ secrets.GITHUB_TOKEN }}
61
61
head-ref : ${{steps.create_tag.outputs.version}}
91
91
successful : ${{steps.create_tag.outputs.successful }}
92
92
93
93
github-package :
94
- runs-on : ubuntu-18.04
94
+ runs-on : ubuntu-latest
95
95
needs : build-deploy
96
96
if : needs.build-deploy.outputs.successful
97
97
steps :
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
build-deploy :
7
- runs-on : ubuntu-18.04
7
+ runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-node@v2
9
+ - uses : actions/checkout@v3
10
+ - uses : actions/setup-node@v3
11
11
with :
12
- node-version : 14
12
+ node-version : 16
13
13
14
14
- run : npm install
15
15
- run : npm run build
You can’t perform that action at this time.
0 commit comments