aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-05-04 08:06:17 +0200
committerGitHub <[email protected]>2023-05-04 06:06:17 +0000
commit0740aa0da3b2ac1da4fd8a134d650162457552b4 (patch)
treeddf2be80e7565d85ff68ffabb596de76834742dc
parentd9ec87e6697ac3c814932c7e3ff6fa2e21d62f3a (diff)
downloadfaker-0740aa0da3b2ac1da4fd8a134d650162457552b4.tar.xz
faker-0740aa0da3b2ac1da4fd8a134d650162457552b4.zip
infra: use managed pnpm (#2124)
-rw-r--r--.github/workflows/ci.yml12
-rw-r--r--.github/workflows/pr.yml2
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