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 2125671 commit 3262b79
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ concurrency:
jobs:
build-monorepo:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- name: Checkout monorepo
uses: actions/checkout@v4
Expand All @@ -32,6 +29,6 @@ jobs:
- name: 'Cache build'
uses: 'actions/cache@v3'
with:
path: '.'
key: '${{ runner.os }}-node-18-${{ git rev-parse HEAD }}'
restore-keys: '${{ runner.os }}-node-18'
path: .
key: ${{ runner.os }}-node-18-${{ git rev-parse HEAD }}
restore-keys: ${{ runner.os }}-node-18-

0 comments on commit 3262b79

Please sign in to comment.