diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 600e0883..17e03f3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 22.22.2 + node-version: 24.13.0 cache: 'pnpm' - name: Install Pnpm @@ -53,9 +53,8 @@ jobs: corepack enable # Update npm to the latest version to enable OIDC - - name: Update npm + - name: Info npm version run: | - npm install -g npm@latest npm --version - name: Install Dependencies diff --git a/packages/cli/package.json b/packages/cli/package.json index e84b5d3a..f90c2d3a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/cli", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/client/package.json b/packages/client/package.json index 1edc44a4..af0fed95 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/client", - "version": "1.5.7", + "version": "1.5.8", "main": "dist/index.html", "repository": { "type": "git", diff --git a/packages/components/package.json b/packages/components/package.json index 70bf92b2..36970419 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/components", - "version": "1.5.7", + "version": "1.5.8", "license": "MIT", "types": "dist/index.d.ts", "repository": { diff --git a/packages/core/package.json b/packages/core/package.json index 938c5b35..3cfe62af 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/core", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/document/package.json b/packages/document/package.json index bbae3319..9a0fdfc0 100644 --- a/packages/document/package.json +++ b/packages/document/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/docs", - "version": "1.5.7", + "version": "1.5.8", "scripts": { "dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev", "build": "cross-env RSPRESS_PERSIST_CACHE=false rspress build && sh build.sh", diff --git a/packages/graph/package.json b/packages/graph/package.json index c7fda8ba..926aa905 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/graph", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/rspack-plugin/package.json b/packages/rspack-plugin/package.json index e0e0e76f..540fd585 100644 --- a/packages/rspack-plugin/package.json +++ b/packages/rspack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/rspack-plugin", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 6926aefb..e4b858b2 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/sdk", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/types/package.json b/packages/types/package.json index 23361308..4510def4 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/types", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/utils/package.json b/packages/utils/package.json index dfbfad56..74a708f4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/utils", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 6d6ad173..dc4380e1 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rsdoctor/webpack-plugin", - "version": "1.5.7", + "version": "1.5.8", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rsdoctor",