diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dd6d984d..5efeb243 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.1 - - name: Setup PNPM - uses: pnpm/action-setup@v2.2.1 - with: - version: ^8.0 + - name: PNPM + uses: pnpm/action-setup@v2 + with: + version: 8.1.0 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: pnpm i && pnpm docs:build