diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec5f6897..9b2f96c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - run: corepack enable - run: pnpm i - name: Release diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e6e12b5..1dc952c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - run: corepack enable - run: pnpm i - name: Test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - run: corepack enable - run: pnpm i - name: Lint diff --git a/package.json b/package.json index d1e19bc1..055d0578 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-typescript": "12.3.0", - "@types/node": "22.19.8", + "@types/node": "24.10.10", "@typescript-eslint/eslint-plugin": "8.54.0", "@typescript-eslint/parser": "8.54.0", "dts-buddy": "0.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d931897d..97a9aaaf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ devDependencies: specifier: 12.3.0 version: 12.3.0(rollup@4.57.1)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: 22.19.8 - version: 22.19.8 + specifier: 24.10.10 + version: 24.10.10 '@typescript-eslint/eslint-plugin': specifier: 8.54.0 version: 8.54.0(@typescript-eslint/parser@8.54.0)(eslint@8.57.1)(typescript@5.9.3) @@ -973,10 +973,10 @@ packages: resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} dev: true - /@types/node@22.19.8: - resolution: {integrity: sha512-ebO/Yl+EAvVe8DnMfi+iaAyIqYdK0q/q0y0rw82INWEKJOBe6b/P3YWE8NW7oOlF/nXFNrHwhARrN/hdgDkraA==} + /@types/node@24.10.10: + resolution: {integrity: sha512-+0/4J266CBGPUq/ELg7QUHhN25WYjE0wYTPSQJn1xeu8DOlIOPxXxrNGiLmfAWl7HMMgWFWXpt9IDjMWrF5Iow==} dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 dev: true /@types/normalize-package-data@2.4.4: @@ -3356,8 +3356,8 @@ packages: dev: true optional: true - /undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + /undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} dev: true /undici@5.29.0: