Commit e8e871d Frank Pagan
committed
1 parent f80fa3d commit e8e871d Copy full SHA for e8e871d
File tree 1 file changed +14
-2
lines changed
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
uses : jaid/action-sync-node-meta@v1.4.0
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
77
85
runs-on : ubuntu-latest
78
86
steps :
79
87
- name : Checkout
80
- uses : actions/checkout@v2
88
+ uses : actions/checkout@v3
89
+ - name : setup nodejs
90
+ uses : actions/setup-node@v3
91
+ with :
92
+ node-version : 16
81
93
82
94
- name : update documentation
83
95
uses : CoCreate-app/CoCreate-docs@master
You can’t perform that action at this time.
0 commit comments