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 88 runs-on : ubuntu-latest
99 steps :
1010 - 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
1216 - name : Jaid/action-sync-node-meta
1317 uses : jaid/action-sync-node-meta@v1.4.0
1418 with :
1923 steps :
2024 - name : Checkout
2125 uses : actions/checkout@v3
26+ - name : setup nodejs
27+ uses : actions/setup-node@v3
28+ with :
29+ node-version : 16
2230 - name : Semantic Release
2331 uses : cycjimmy/semantic-release-action@v3
2432 id : semantic
5967 runs-on : ubuntu-latest
6068 steps :
6169 - name : Checkout
62- uses : actions/checkout@v2
70+ uses : actions/checkout@v3
71+ - name : setup nodejs
72+ uses : actions/setup-node@v3
73+ with :
74+ node-version : 16
6375
6476 - name : update documentation
6577 uses : CoCreate-app/CoCreate-docs@master
You can’t perform that action at this time.
0 commit comments