We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4110513 commit 6858902Copy full SHA for 6858902
1 file changed
.github/workflows/publish-n8n.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
node-version: 20
25
registry-url: https://registry.npmjs.org
26
- - run: npm install
+ - run: npm install --ignore-scripts # types-only build; skip native compiles (isolated-vm)
27
- run: npm run build
28
- run: npm publish --provenance --access public
29
env:
0 commit comments