Skip to content

Commit

Permalink
chore: Release updates (#196)
Browse files Browse the repository at this point in the history
- Re-enable releases
- Regenerate package-lock

BREAKING CHANGE: Targeting node 20, upgrading prebuilds, makes webpacking binaries easier
  • Loading branch information
reconbot authored Dec 23, 2024
1 parent 730bc61 commit cffb14d
Show file tree
Hide file tree
Showing 2 changed files with 1,911 additions and 2,290 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run build
- run: tree -a prebuilds
# - run: npm run semantic-release
# env:
# GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm run semantic-release
env:
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit cffb14d

Please sign in to comment.