Skip to content

Commit

Permalink
chore: updated dev deps and added auto prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Apr 5, 2024
1 parent ed25da3 commit 40f354c
Show file tree
Hide file tree
Showing 5 changed files with 814 additions and 690 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
cache: npm
- name: Install dependencies
run: npm i
- name: Enter prerelease mode
if: ${{ github.ref != 'refs/heads/master' }}
run: npm run prerelease:start
- name: Exit prerelease mode
if: ${{ github.ref == 'refs/heads/master' }}
run: npm run prerelease:end
- name: Release
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 40f354c

Please sign in to comment.