diff options
| author | Shinigami <[email protected]> | 2022-05-03 19:31:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-03 19:31:42 +0200 |
| commit | 18614fbecc48490cc669a8e60ffe82122233e6a7 (patch) | |
| tree | b064cdf45b20e4b9fe9092a6a3649a901fae76d3 /.github | |
| parent | 20fbeaf35d7c82cdf39da93097927d3a3d81c41c (diff) | |
| download | faker-18614fbecc48490cc669a8e60ffe82122233e6a7.tar.xz faker-18614fbecc48490cc669a8e60ffe82122233e6a7.zip | |
chore(deps): update pnpm to v7 (#900)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 085e5e23..1faf141c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 6 + version: 7 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3 @@ -57,7 +57,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 6 + version: 7 - name: Install deps run: pnpm install @@ -77,7 +77,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 6 + version: 7 - name: Set node version to 16 uses: actions/setup-node@v3 @@ -108,7 +108,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 6 + version: 7 - name: Set node version to 16 uses: actions/setup-node@v3 |
