Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}",
"requireUpstream": false
"requireUpstream": false,
"requireCleanWorkingDir": true
}
}
6 changes: 1 addition & 5 deletions nodes/Browserbase/Browserbase.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development", "Developer Tools"],
"subcategories": {
"Development": ["Browser Automation"]
},
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.browserbase.com"
}
]
},
"alias": ["browser", "automation", "web", "scrape", "ai agent", "stagehand"],
"n8nNodesApiVersion": 1
"alias": ["browser", "automation", "web", "scrape", "ai agent", "stagehand"]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "n8n-nodes-browserbase",
"version": "1.2.3",
"version": "1.2.4",
"description": "n8n community node for Browserbase",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/browserbase/n8n-node",
"keywords": [
"n8n-community-node-package"
],
Expand Down
Loading