Skip to content

Commit eb151dc

Browse files
feat: updated workflow
1 parent 3fc1b72 commit eb151dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
registry-url: "https://registry.npmjs.org"
1818
- name: Build package
1919
run: |
20-
yarn
21-
yarn add n8n-workflow --no-save
22-
yarn build
20+
npm install
21+
npm install n8n-workflow --no-save
22+
npm run build
2323
- name: Publish package NPM
2424
run: npm publish
2525
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-jigsawstack",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "JigsawStack API integration for n8n",
55
"keywords": [
66
"n8n-community-node-package",

0 commit comments

Comments
 (0)