israeli-banks-actual-budget-importer 1.5.2 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,8 +3,8 @@ name: Semantic Versioning
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - main
7
- - develop
6
+ - main
7
+ - develop
8
8
 
9
9
  jobs:
10
10
  release:
@@ -22,10 +22,10 @@ jobs:
22
22
  - name: Setup Node
23
23
  uses: actions/setup-node@v4
24
24
  with:
25
- node-version: 21
25
+ node-version: 24
26
26
  cache: 'yarn'
27
27
  cache-dependency-path: 'yarn.lock'
28
-
28
+
29
29
  - name: Install Dependencies
30
30
  run: yarn install
31
31
  env: