File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
+ - name : setup nodejs
13
+ uses : actions/setup-node@v3
14
+ with :
15
+ node-version : 16
12
16
- name : Jaid/action-sync-node-meta
13
17
14
18
with :
19
23
steps :
20
24
- name : Checkout
21
25
uses : actions/checkout@v3
26
+ - name : setup nodejs
27
+ uses : actions/setup-node@v3
28
+ with :
29
+ node-version : 16
22
30
- name : Semantic Release
23
31
uses : cycjimmy/semantic-release-action@v3
24
32
id : semantic
87
95
runs-on : ubuntu-latest
88
96
steps :
89
97
- name : Checkout
90
- uses : actions/checkout@v2
98
+ uses : actions/checkout@v3
99
+ - name : setup nodejs
100
+ uses : actions/setup-node@v3
101
+ with :
102
+ node-version : 16
91
103
92
104
- name : update documentation
93
105
uses : CoCreate-app/CoCreate-docs@master
You can’t perform that action at this time.
0 commit comments