diff options
| author | Shinigami <[email protected]> | 2023-05-04 08:06:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-04 06:06:17 +0000 |
| commit | 0740aa0da3b2ac1da4fd8a134d650162457552b4 (patch) | |
| tree | ddf2be80e7565d85ff68ffabb596de76834742dc | |
| parent | d9ec87e6697ac3c814932c7e3ff6fa2e21d62f3a (diff) | |
| download | faker-0740aa0da3b2ac1da4fd8a134d650162457552b4.tar.xz faker-0740aa0da3b2ac1da4fd8a134d650162457552b4.zip | |
infra: use managed pnpm (#2124)
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7149f658..26ff349c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,8 +93,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3 @@ -124,8 +122,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Install deps run: pnpm install @@ -149,8 +145,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Set node version to 18 uses: actions/setup-node@v3 @@ -181,8 +175,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Set node version to 18 uses: actions/setup-node@v3 @@ -210,8 +202,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Set node version to 18 uses: actions/setup-node@v3 @@ -239,8 +229,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Set node version to 18 uses: actions/setup-node@v3 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f5c64823..480298b7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,8 +21,6 @@ jobs: - name: Install pnpm uses: pnpm/[email protected] - with: - version: 7 - name: Set node version to 18 uses: actions/setup-node@v3 |
