Skip to content

Commit

Permalink
fix: do some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Olat-nji committed Aug 27, 2024
1 parent dc5b977 commit ef38b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'

- name: Release to GitHub
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 18.0.0
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/git
Expand Down

0 comments on commit ef38b20

Please sign in to comment.