Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Jun 5, 2023
1 parent 18386f1 commit e71b478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@v3
with:
node-version: '14'
node-version: '16'
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -41,16 +41,16 @@ jobs:
npm run lint
npm test
- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer
semantic-release-interval
@semantic-release/release-notes-generator^10
@semantic-release/release-notes-generator@10.0.3
@semantic-release/git
@semantic-release/github
@semantic-release/npm^9
@semantic-release/npm@9.0.2
@googlemaps/semantic-release-config
semantic-release-npm-deprecate
env:
Expand Down

0 comments on commit e71b478

Please sign in to comment.