@natlibfi/marc-record-validators-melinda 12.0.16-alpha.2 → 13.0.0-alpha.1

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.
@@ -15,14 +15,14 @@ jobs:
15
15
 
16
16
  strategy:
17
17
  matrix:
18
- node-version: [24.x]
18
+ node-version: [24.x, 26.x]
19
19
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
20
 
21
21
  steps:
22
22
  - name: Checkout the code
23
- uses: actions/checkout@v6
23
+ uses: actions/checkout@v7
24
24
  - name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v6
25
+ uses: actions/setup-node@v7
26
26
  with:
27
27
  node-version: ${{ matrix.node-version }}
28
28
  cache: 'npm'
@@ -40,7 +40,7 @@ jobs:
40
40
 
41
41
  steps:
42
42
  - name: Checkout the code
43
- uses: actions/checkout@v6
43
+ uses: actions/checkout@v7
44
44
  - name: nodejsscan scan
45
45
  id: njsscan
46
46
  uses: ajinabraham/njsscan-action@master
@@ -53,7 +53,7 @@ jobs:
53
53
  container: node:24
54
54
 
55
55
  steps:
56
- - uses: actions/checkout@v6
56
+ - uses: actions/checkout@v7
57
57
  - uses: mikaelvesavuori/license-compliance-action@v1
58
58
  with:
59
59
  exclude_pattern: /^@natlibfi/
@@ -65,7 +65,7 @@ jobs:
65
65
  if: contains(github.ref, 'refs/tags/')
66
66
 
67
67
  steps:
68
- - uses: actions/checkout@v6
68
+ - uses: actions/checkout@v7
69
69
  ## Setup .npmrc file to publish to npm
70
70
  #- name: Prepare node for publish
71
71
  # uses: actions/setup-node@v6
package/package.json CHANGED
@@ -14,13 +14,13 @@
14
14
  "url": "https://github.com/NatLibFi/marc-record-validators-melinda"
15
15
  },
16
16
  "license": "MIT",
17
- "version": "12.0.16-alpha.2",
17
+ "version": "13.0.0-alpha.1",
18
18
  "main": "./dist/index.js",
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
22
22
  "engines": {
23
- "node": ">=22"
23
+ "node": ">=24"
24
24
  },
25
25
  "scripts": {
26
26
  "prepare": "npm run build",