From 863fb0a7639fb60517059cdd381f156e6fbd6a25 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 15 Oct 2025 13:19:07 -0700 Subject: [PATCH 1/2] Release 1.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f0ee74..2cf916f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@featherhq/n8n-nodes-feather", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@featherhq/n8n-nodes-feather", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@n8n/node-cli": "^0.11.0", diff --git a/package.json b/package.json index e42252c..0d0fd98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@featherhq/n8n-nodes-feather", - "version": "1.0.0", + "version": "1.0.1", "description": "n8n community node to work with the Feather API", "license": "MIT", "homepage": "https://featherhq.com", From 3b6bb7c7a9f19c3e09bc1e0d72b0c492a1723e80 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 15 Oct 2025 13:36:15 -0700 Subject: [PATCH 2/2] Fix CI machine --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4357d9..d2df7e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,12 @@ on: - push: + pull_request: branches: [main] name: Verify Build jobs: run-tests: - runs-on: linux-x64 + runs-on: ubuntu-latest # Public runner steps: - name: Checkout code uses: actions/checkout@v4