Skip to content

Commit

Permalink
Merge pull request #115 from googlemaps/update-release-workflow
Browse files Browse the repository at this point in the history
fix: update release yaml
  • Loading branch information
noelle-jung authored Jul 19, 2023
2 parents 914375b + 9b7a603 commit 9145776
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -43,13 +43,14 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/commit-analyzer@^9
semantic-release-interval
@semantic-release/release-notes-generator
@semantic-release/release-notes-generator@^10
@semantic-release/git
@semantic-release/github
@semantic-release/npm
@semantic-release/github@^8
@semantic-release/npm@^9
@googlemaps/semantic-release-config
semantic-release-npm-deprecate
env:
Expand Down

0 comments on commit 9145776

Please sign in to comment.