Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 7, 2023
1 parent abfa3d4 commit 30ef559
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/sync-dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,14 @@ on:

jobs:
check:
timeout-minutes: 15
timeout-minutes: 20
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- name: Techor Actions
- name: Sync dev branches
uses: 1aron/[email protected]
with:
action: "sync-dev-branches"
Expand Down

0 comments on commit 30ef559

Please sign in to comment.