Skip to content

Commit 58b56f9

Browse files
authored
fix: CI error
1 parent 940b686 commit 58b56f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: git config --global user.email "[email protected]"
2424
- run: npm version ${{ github.event.release.tag_name }}
2525
- run: npm i
26-
- run: npm run build
26+
- run: unset NODE_OPTIONS && npm run build
2727
- uses: JS-DevTools/npm-publish@v1
2828
with:
2929
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)