Skip to content

Commit 5c5782f

Browse files
vademoOlivier Van den Mooter
andauthored
add node 24 (#18)
Co-authored-by: Olivier Van den Mooter <olivier.vandenmooter@digipolis.be>
1 parent cfa135a commit 5c5782f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [20.x, 21.x, 22.x, 23.x]
15+
node-version: [20.x, 21.x, 22.x, 23.x, 24.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@
1414
"start": "node ./example/index.js",
1515
"test": "mocha ./test --exit && npm run lint",
1616
"lint": "eslint \"**/*.js\"",
17-
"coverage": "c8 --reporter=lcovonly --reporter=html --reporter=text npm test && eslint ."
17+
"coverage": "c8 --reporter=lcovonly --reporter=html --reporter=text npm test && eslint ."
1818
},
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/digipolisantwerp/request_log_module_nodejs.git"
2222
},
2323
"author": "Olivier Van den Mooter",
2424
"license": "MIT",
25+
"dependencies": {
26+
"@digipolis/log": "^1.1.0"
27+
},
2528
"devDependencies": {
2629
"@eslint/js": "^9.25.1",
2730
"eslint-plugin-mocha": "^10.5.0",
@@ -33,8 +36,5 @@
3336
"globals": "^16.0.0",
3437
"mocha": "^11.1.0",
3538
"sinon": "^20.0.0"
36-
},
37-
"dependencies": {
38-
"@digipolis/log": "^1.1.0"
3939
}
4040
}

0 commit comments

Comments
 (0)