Skip to content

Commit

Permalink
build: re-use setup-javascript
Browse files Browse the repository at this point in the history
Signed-off-by: John DeAngelis <[email protected]>
  • Loading branch information
johndeange committed Nov 7, 2024
1 parent 41fc16b commit 109e879
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies
working-directory: ./frontend
run: bun install

# Install and cache NPM dependencies
- uses: ./.github/actions/setup-javascript

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./frontend
working-directory: frontend
run: bun run semantic-release

0 comments on commit 109e879

Please sign in to comment.