From 84c0b10b3a17b50dd8bbc150e48055c477fd1c9e Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 30 Oct 2024 15:15:32 +0000 Subject: [PATCH] DEV: Update workflow for core pnpm change --- .github/workflows/update_docs.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index d3f18db..afe048e 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -60,21 +60,8 @@ jobs: bundle install --jobs 4 bundle clean - - name: Get yarn cache directory - id: yarn-cache-dir - run: echo "::set-output name=dir::$(yarn cache dir)" - - - name: Yarn cache - uses: actions/cache@v3 - id: yarn-cache - with: - path: ${{ steps.yarn-cache-dir.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - - - name: Yarn install - run: yarn install + - name: pnpm install + run: pnpm install - name: Create and migrate database run: |