Skip to content

Commit 974bf9d

Browse files
authored
Merge pull request #21 from digipolisantwerp/feature/node-24
Feature/node 24
2 parents af2711f + 8424d8e commit 974bf9d

File tree

10 files changed

+295
-741
lines changed

10 files changed

+295
-741
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: [18.x, 20.x, 21.x, 22.x, 23.x]
15+
node-version: [18.x, 20.x, 21.x, 22.x, 24.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import pluginJs from "@eslint/js";
44

55

66
export default [
7-
mochaPlugin.configs.flat.recommended,
7+
mochaPlugin.configs.recommended,
88
{
99
files: ["**/*.js"],
1010
languageOptions: {sourceType: "commonjs"}

0 commit comments

Comments
 (0)