diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd23f38..bd8a402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22.22.2 + node-version: 24.15.0 - name: Cache node modules uses: actions/cache@v5 with: @@ -62,7 +62,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22.22.2 + node-version: 24.15.0 - name: Cache node modules uses: actions/cache@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d025af..9ae406e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js 22.x uses: actions/setup-node@master with: - node-version: 22.22.2 + node-version: 24.15.0 - name: Install Dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index db49bb1..5bf4400 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.2 +24.15.0 diff --git a/package-lock.json b/package-lock.json index 80525d5..6f50365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@changesets/cli": "2.30.0", "@cloudfour/eslint-config": "24.0.0", "@types/globrex": "0.1.4", - "@types/node": "22.19.17", + "@types/node": "24.12.2", "@types/sade": "1.8.0", "@types/simplecrawler": "1.1.5", "eslint": "9.14.0", @@ -39,7 +39,7 @@ "vitest": "3.2.4" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || ^22.0.0" + "node": "^24.0.0" } }, "node_modules/@babel/code-frame": { @@ -1944,12 +1944,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz", - "integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==", + "version": "24.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", + "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -7848,9 +7848,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unique-string": { diff --git a/package.json b/package.json index 0467594..30eb8b7 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "simplecrawler": "1.1.9" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || ^22.0.0" + "node": "^24.0.0" }, "devDependencies": { "@changesets/changelog-github": "0.6.0", "@changesets/cli": "2.30.0", "@cloudfour/eslint-config": "24.0.0", "@types/globrex": "0.1.4", - "@types/node": "22.19.17", + "@types/node": "24.12.2", "@types/sade": "1.8.0", "@types/simplecrawler": "1.1.5", "eslint": "9.14.0",