Skip to content

Commit

Permalink
Added yarn cache when setting up node
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo van Hootegem committed Nov 8, 2024
1 parent 9d3b3fa commit ef4f1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/periodic-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: yarn
registry-url: 'https://registry.npmjs.org'
scope: 'graphcommerce'

Expand Down

0 comments on commit ef4f1a1

Please sign in to comment.