Skip to content

Commit

Permalink
Cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Aug 12, 2024
1 parent c211857 commit 5c79074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4.0.3
with:
cache: "yarn"
node-version: "20"
- name: install
run: yarn install
Expand Down

0 comments on commit 5c79074

Please sign in to comment.