Skip to content

Commit

Permalink
chore: test docs release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Nov 27, 2023
1 parent eeadb2a commit 0ae070e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ runs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
shell: bash
with:
version: 8
run_install: false

- name: Setup pnpm config
shell: bash
run: pnpm config set store-dir .pnpm-store

- name: Install dependencies
shell: bash
run: pnpm install

0 comments on commit 0ae070e

Please sign in to comment.