diff --git a/.azure-pipelines/generate-docs.yaml b/.azure-pipelines/generate-docs.yaml index 84201759..0a491825 100644 --- a/.azure-pipelines/generate-docs.yaml +++ b/.azure-pipelines/generate-docs.yaml @@ -35,7 +35,7 @@ stages: versionSpec: 18 checkLatest: true - - script: npm install -g pnpm@7.27.0 + - script: npm install -g pnpm@9.14.2 displayName: Install pnpm - script: pnpm install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c4017d..fd24f623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 7.27.0 + version: 9.14.2 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 20.18.1 cache: 'pnpm' - name: Install dependencies @@ -46,12 +46,12 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 7.27.0 + version: 9.14.2 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 20.18.1 cache: 'pnpm' - id: set-matrix @@ -102,12 +102,12 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 7.27.0 + version: 9.14.2 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 20.18.1 cache: 'pnpm' - name: Force dependency resolution diff --git a/.github/workflows/extract-api.yaml b/.github/workflows/extract-api.yaml index 184159c1..4058aa5b 100644 --- a/.github/workflows/extract-api.yaml +++ b/.github/workflows/extract-api.yaml @@ -33,12 +33,12 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 7.27.0 + version: 9.14.2 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 20.18.1 cache: 'pnpm' - name: Pnpm install diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 6c1e8b78..4f712efb 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -29,12 +29,12 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 7.27.0 + version: 9.14.2 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 20.18.1 registry-url: https://registry.npmjs.org/ - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2a9b8af..336d91a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: with: version: 7.33.2 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.16.0 + node-version: 20.18.1 registry-url: https://registry.npmjs.org/ - name: Install dependencies diff --git a/package.json b/package.json index ec469c44..ca74d5a2 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,5 @@ "overrides": { "semver": "^7.5.2" } - }, - "packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387" + } }