diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7342ed3..1036aa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [16.x, 18.x, 20.x, 22.x, 24.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/package-lock.json b/package-lock.json index 58ef92c..12e21a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "typescript": "^5.7.3" }, "engines": { - "node": "^22 || ^20 || ^18 || ^16" + "node": "^24 || ^22 || ^20 || ^18 || ^16" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index df123f6..c962745 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Red Hat, Inc.", "license": "Apache-2.0", "engines": { - "node": "^22 || ^20 || ^18 || ^16" + "node": "^24 || ^22 || ^20 || ^18 || ^16" }, "type": "commonjs", "scripts": {