Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 14, 2024
1 parent 0b93024 commit 99c72e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
with:
node-version: 18
cache: 'npm'

- name: 'Cache build'
uses: 'actions/cache@v3'
with:
path: ~
key: ${{ runner.os }}-node-18-${{ git rev-parse HEAD }}
restore-keys: ${{ runner.os }}-node-18-

0 comments on commit 99c72e6

Please sign in to comment.