Skip to content

Commit 5bab7d0

Browse files
DEV: Update workflow for core pnpm change (#123)
1 parent e15f359 commit 5bab7d0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/update_docs.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,8 @@ jobs:
6060
bundle install --jobs 4
6161
bundle clean
6262
63-
- name: Get yarn cache directory
64-
id: yarn-cache-dir
65-
run: echo "::set-output name=dir::$(yarn cache dir)"
66-
67-
- name: Yarn cache
68-
uses: actions/cache@v3
69-
id: yarn-cache
70-
with:
71-
path: ${{ steps.yarn-cache-dir.outputs.dir }}
72-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
73-
restore-keys: |
74-
${{ runner.os }}-yarn-
75-
76-
- name: Yarn install
77-
run: yarn install
63+
- name: pnpm install
64+
run: pnpm install
7865

7966
- name: Create and migrate database
8067
run: |

0 commit comments

Comments
 (0)