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 f911f332..376ce9db 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.1", + "@types/node": "24.10.1", "@typescript-eslint/eslint-plugin": "8.46.4", "@typescript-eslint/parser": "8.46.4", "dts-buddy": "0.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f501b8f9..51a08b71 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ devDependencies: specifier: 12.3.0 version: 12.3.0(rollup@4.53.2)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: 22.19.1 - version: 22.19.1 + specifier: 24.10.1 + version: 24.10.1 '@typescript-eslint/eslint-plugin': specifier: 8.46.4 version: 8.46.4(@typescript-eslint/parser@8.46.4)(eslint@8.57.1)(typescript@5.9.3) @@ -966,10 +966,10 @@ packages: resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} dev: true - /@types/node@22.19.1: - resolution: {integrity: sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==} + /@types/node@24.10.1: + resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 dev: true /@types/normalize-package-data@2.4.3: @@ -3407,8 +3407,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: