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
7785 runs-on : ubuntu-latest
7886 steps :
7987 - 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
8193
8294 - name : update documentation
8395 uses : CoCreate-app/CoCreate-docs@master
You can’t perform that action at this time.
0 commit comments