diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fc72f79..7db9c76 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.0 cache: "pnpm" - name: Install Dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df2fc79..65d399c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.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 2a41367..3b473cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.0 cache: "pnpm" - name: Install Dependencies diff --git a/package.json b/package.json index c60c551..7eed8e1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@playwright/test": "^1.55.1", "@rsbuild/core": "^1.5.13", "@rslib/core": "^0.15.0", - "@types/node": "^22.18.8", + "@types/node": "^24.9.2", "playwright": "^1.55.1", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bfe4664..48f4596 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^0.15.0 version: 0.15.0(typescript@5.9.3) '@types/node': - specifier: ^22.18.8 - version: 22.18.8 + specifier: ^24.9.2 + version: 24.9.2 playwright: specifier: ^1.55.1 version: 1.55.1 @@ -272,8 +272,8 @@ packages: '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} - '@types/node@22.18.8': - resolution: {integrity: sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==} + '@types/node@24.9.2': + resolution: {integrity: sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==} core-js@3.45.1: resolution: {integrity: sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==} @@ -325,8 +325,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: @@ -537,9 +537,9 @@ snapshots: tslib: 2.8.1 optional: true - '@types/node@22.18.8': + '@types/node@24.9.2': dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 core-js@3.45.1: {} @@ -569,4 +569,4 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} + undici-types@7.16.0: {}