Skip to content

Commit cffb14d

Browse files
authored
chore: Release updates (#196)
- Re-enable releases - Regenerate package-lock BREAKING CHANGE: Targeting node 20, upgrading prebuilds, makes webpacking binaries easier
1 parent 730bc61 commit cffb14d

File tree

2 files changed

+1911
-2290
lines changed

2 files changed

+1911
-2290
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
node-version: 20
120120
- run: npm ci
121121
- run: npm run build
122-
- run: tree -a prebuilds
123-
# - run: npm run semantic-release
124-
# env:
125-
# GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
126-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
122+
- run: npm run semantic-release
123+
env:
124+
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
125+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)