@pax2pay/model-banking 0.1.157 → 0.1.158

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  - name: "Setup Node"
20
20
  uses: "actions/setup-node@v3"
21
21
  with:
22
- node-version: current
22
+ node-version: 20
23
23
  cache: 'npm'
24
24
  - name: "Version Bump"
25
25
  id: version-bump
@@ -11,7 +11,7 @@ jobs:
11
11
  - uses: actions/checkout@v3
12
12
  - uses: actions/setup-node@v3
13
13
  with:
14
- node-version: current
14
+ node-version: 20
15
15
  cache: 'npm'
16
16
  - uses: actions/cache@v3
17
17
  with:
@@ -26,7 +26,7 @@ jobs:
26
26
  - uses: actions/checkout@v3
27
27
  - uses: actions/setup-node@v3
28
28
  with:
29
- node-version: current
29
+ node-version: 20
30
30
  cache: 'npm'
31
31
  - uses: actions/cache@v3
32
32
  with:
@@ -41,7 +41,7 @@ jobs:
41
41
  - uses: actions/checkout@v3
42
42
  - uses: actions/setup-node@v3
43
43
  with:
44
- node-version: current
44
+ node-version: 20
45
45
  cache: 'npm'
46
46
  - uses: actions/cache@v3
47
47
  with:
@@ -56,6 +56,6 @@ jobs:
56
56
  - uses: actions/checkout@v3
57
57
  - uses: actions/setup-node@v3
58
58
  with:
59
- node-version: current
59
+ node-version: 20
60
60
  cache: 'npm'
61
61
  - run: npm audit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.157",
3
+ "version": "0.1.158",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",