Skip to content

Commit

Permalink
ci(sync): update sync workflow to run on ubuntu and remove --check-ca…
Browse files Browse the repository at this point in the history
…che (#10451)

* chore(project): run sync

* ci(sync): update sync workflow to run on ubuntu and remove --check-cache

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored Jan 19, 2022
1 parent 7a0a082 commit 63dbd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
- main
jobs:
release:
runs-on: macOS-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: '16.x'
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build
- name: Sync project dependency files
Expand Down

0 comments on commit 63dbd53

Please sign in to comment.