File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 22
22
build :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/setup-node@v3
25
+ - uses : actions/setup-node@v2
26
26
with :
27
- node-version : ' 16 '
27
+ node-version : ' 14 '
28
28
- name : Checkout
29
29
uses : actions/checkout@v3
30
30
with :
@@ -43,17 +43,15 @@ jobs:
43
43
- name : Release
44
44
uses : cycjimmy/semantic-release-action@v3
45
45
with :
46
- semantic_version : 19
47
46
extra_plugins : |
48
- @semantic-release/commit-analyzer@^9
47
+ @semantic-release/commit-analyzer
49
48
semantic-release-interval
50
- @semantic-release/release-notes-generator@^10
49
+ @semantic-release/release-notes-generator
51
50
@semantic-release/git
52
- @semantic-release/github@^8
53
- @semantic-release/npm@^9
51
+ @semantic-release/github
52
+ @semantic-release/npm
54
53
@googlemaps/semantic-release-config
55
54
semantic-release-npm-deprecate
56
55
env :
57
56
GH_TOKEN : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
58
57
NPM_TOKEN : ${{ secrets.NPM_WOMBAT_TOKEN }}
59
- RUNNER_DEBUG : 1
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : Test
16
- on : [push, pull_request]
16
+ on : [push, pull_request, workflow_call ]
17
17
jobs :
18
18
test :
19
19
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments