Skip to content

Commit

Permalink
chore: downgrade for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ytetsuro committed Apr 7, 2023
1 parent 5b56cbd commit 2f95cb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '14'
- run: npm ci
- run: npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 21
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
Expand Down

0 comments on commit 2f95cb2

Please sign in to comment.