Skip to content

Add GitHub Actions workflow for weekly version bump using Yarn #4

Add GitHub Actions workflow for weekly version bump using Yarn

Add GitHub Actions workflow for weekly version bump using Yarn #4

Workflow file for this run

name: Bump yarn versions
on:
# schedule:
# - cron: '0 12 3 * *'
pull_request:
types:
- opened
- closed
- edited
- reopened
- synchronize
jobs:
bump-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable && yarn install --immutable
- run: ./update.sh