@natlibfi/issn-verify 2.0.2 → 2.0.3-alpha.2

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.
@@ -61,7 +61,7 @@ jobs:
61
61
 
62
62
  publish:
63
63
  runs-on: ubuntu-latest
64
- container: node:22
64
+ container: node:24
65
65
  needs: [build-node-versions, njsscan]
66
66
  if: contains(github.ref, 'refs/tags/')
67
67
 
@@ -70,7 +70,7 @@ jobs:
70
70
  # Setup .npmrc file to publish to npm
71
71
  - uses: actions/setup-node@v6
72
72
  with:
73
- node-version: '22.x'
73
+ node-version: '24.x'
74
74
  registry-url: 'https://registry.npmjs.org'
75
75
  - name: Update npm
76
76
  run: npm install -g npm@latest
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/NatLibFi/issn-verify-js"
21
21
  },
22
22
  "license": "MIT",
23
- "version": "2.0.2",
23
+ "version": "2.0.3-alpha.2",
24
24
  "main": "./dist/issnVerify.js",
25
25
  "type": "module",
26
26
  "engines": {
@@ -37,7 +37,7 @@
37
37
  "test:base": "node --test --experimental-test-coverage --test-reporter=spec './test/*.test.js'"
38
38
  },
39
39
  "devDependencies": {
40
- "esbuild": "^0.27.3",
41
- "eslint": "^10.0.2"
40
+ "esbuild": "^0.28.0",
41
+ "eslint": "^10.3.0"
42
42
  }
43
43
  }