Skip to content

Commit

Permalink
Update Synced CI-Workflow (Build)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Aug 2, 2023
1 parent bc84920 commit 321fc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synced-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 321fc0b

Please sign in to comment.