diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e942a66..4a54edd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 # Update npm to the latest version to enable OIDC # Use corepack to install pnpm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 035475e..b306e13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: "pnpm" - name: Install Dependencies diff --git a/package.json b/package.json index 5a2f77f..a6a0aef 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@rslib/core": "^0.19.4", - "@types/node": "^22.19.7", + "@types/node": "^24.11.0", "case-police": "^2.1.1", "picocolors": "^1.1.1", "rslog": "^1.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5067d50..4761e97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^0.19.4 version: 0.19.4(typescript@5.9.3) '@types/node': - specifier: ^22.19.7 - version: 22.19.7 + specifier: ^24.11.0 + version: 24.11.0 case-police: specifier: ^2.1.1 version: 2.1.1 @@ -281,8 +281,8 @@ packages: '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} - '@types/node@22.19.7': - resolution: {integrity: sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==} + '@types/node@24.11.0': + resolution: {integrity: sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==} case-police@2.1.1: resolution: {integrity: sha512-b7ntnoig2aVgKDi/OiziUPmbUQO4lVS0qxspY4Fu+U/N8q2iOU2TpsJjHu94S3GDWEjYnmOOQH7PAgt2ColTPQ==} @@ -346,8 +346,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} snapshots: @@ -554,9 +554,9 @@ snapshots: tslib: 2.8.1 optional: true - '@types/node@22.19.7': + '@types/node@24.11.0': dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 case-police@2.1.1: {} @@ -592,4 +592,4 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} + undici-types@7.16.0: {}