Skip to content

Commit 6858902

Browse files
authored
fix(ci): n8n publish --ignore-scripts (PR #18)
1 parent 4110513 commit 6858902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-n8n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 20
2525
registry-url: https://registry.npmjs.org
26-
- run: npm install
26+
- run: npm install --ignore-scripts # types-only build; skip native compiles (isolated-vm)
2727
- run: npm run build
2828
- run: npm publish --provenance --access public
2929
env:

0 commit comments

Comments
 (0)