From a0cd1ad812ccfe1c1a84d408e395c09219de7381 Mon Sep 17 00:00:00 2001 From: Arnob kumar saha Date: Thu, 8 Jan 2026 14:29:05 +0600 Subject: [PATCH 1/2] Update node to 22 Signed-off-by: Arnob kumar saha --- .github/workflows/release.yml | 2 +- .idea/.gitignore | 10 ++++++++++ .idea/go.imports.xml | 11 +++++++++++ .idea/json-filter.iml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/go.imports.xml create mode 100644 .idea/json-filter.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83acbe2..d78872a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 10.x + node-version: 22.x - name: Build run: | diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml new file mode 100644 index 0000000..d7202f0 --- /dev/null +++ b/.idea/go.imports.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/.idea/json-filter.iml b/.idea/json-filter.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/json-filter.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f2ed002 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From e8460737185f2d7c8627439063db9f8d0ad84252 Mon Sep 17 00:00:00 2001 From: Arnob kumar saha Date: Thu, 8 Jan 2026 14:41:48 +0600 Subject: [PATCH 2/2] remove .idea Signed-off-by: Arnob kumar saha --- .gitignore | 3 ++- .idea/.gitignore | 10 ---------- .idea/go.imports.xml | 11 ----------- .idea/json-filter.iml | 9 --------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/go.imports.xml delete mode 100644 .idea/json-filter.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 04c01ba..5c1bfd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -dist/ \ No newline at end of file +dist/ +.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index ab1f416..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml deleted file mode 100644 index d7202f0..0000000 --- a/.idea/go.imports.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/json-filter.iml b/.idea/json-filter.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/json-filter.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index f2ed002..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file