Skip to content

Commit cccd83d

Browse files
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent ce122a6 commit cccd83d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/setup-node@v3
25+
- uses: actions/setup-node@v2
2626
with:
27-
node-version: '16'
27+
node-version: '14'
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
with:
3131
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
32-
- uses: actions/cache@v3
32+
- uses: actions/cache@v2
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -43,14 +43,13 @@ jobs:
4343
- name: Release
4444
uses: cycjimmy/semantic-release-action@v3
4545
with:
46-
semantic_version: 19
4746
extra_plugins: |
48-
@semantic-release/commit-analyzer@^9
47+
@semantic-release/commit-analyzer
4948
semantic-release-interval
50-
@semantic-release/release-notes-generator@^10
49+
@semantic-release/release-notes-generator
5150
@semantic-release/git
52-
@semantic-release/github@^8
53-
@semantic-release/npm@^9
51+
@semantic-release/github
52+
@semantic-release/npm
5453
@googlemaps/semantic-release-config
5554
semantic-release-npm-deprecate
5655
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: Test
16-
on: [push, pull_request]
16+
on: [push, pull_request, workflow_call]
1717
jobs:
1818
test:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)