Skip to content

Commit

Permalink
Fix better-sqlite incompatible node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jan 12, 2024
1 parent 912cde5 commit f959e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Run linter
run: yarn lint

- name: Build native dependencies
if: startsWith(github.ref, 'refs/tags/')
run: yarn rebuild

- name: Build
if: startsWith(github.ref, 'refs/tags/')
run: yarn build
Expand Down

0 comments on commit f959e31

Please sign in to comment.