@natlibfi/fixugen-http-server 1.1.7-alpha.1 → 1.1.8-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.
@@ -18,7 +18,7 @@ jobs:
18
18
  - name: Checkout the code
19
19
  uses: actions/checkout@v4
20
20
  - name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v3
21
+ uses: actions/setup-node@v4
22
22
  with:
23
23
  node-version: ${{ matrix.node-version }}
24
24
  cache: 'npm'
@@ -60,7 +60,7 @@ jobs:
60
60
  steps:
61
61
  - uses: actions/checkout@v4
62
62
  # Setup .npmrc file to publish to npm
63
- - uses: actions/setup-node@v3
63
+ - uses: actions/setup-node@v4
64
64
  with:
65
65
  node-version: '18.x'
66
66
  registry-url: 'https://registry.npmjs.org'
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "url": "git@github.com:natlibfi/fixugen-http-server-js.git"
15
15
  },
16
16
  "license": "LGPL-3.0+",
17
- "version": "1.1.7-alpha.1",
17
+ "version": "1.1.8-alpha.1",
18
18
  "main": "dist/index.js",
19
19
  "engines": {
20
20
  "node": ">=18"