Skip to content

Commit

Permalink
fix: Usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh committed May 12, 2024
1 parent bcd6a18 commit 11ffc05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
fetch-depth: 0 # Make sure you set this, as Gamma needs the Git history

- uses: actions/setup-node@v4
with:
node-version: 20.7.0
cache: pnpm

- uses: vincenthsh/setup-gamma@v1
Expand Down Expand Up @@ -99,6 +101,8 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.7.0
cache: pnpm # Fork is written for pnpm (and nx)
- uses: vincenthsh/setup-gamma@v1
Expand Down

0 comments on commit 11ffc05

Please sign in to comment.