Update dependency @formatjs/intl-localematcher to v0.5.8 #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bun Update Lock File | |
on: | |
push: | |
branches: | |
- 'renovate/**' | |
pull_request: | |
branches: | |
- 'renovate/**' | |
types: | |
- synchronize | |
- edited | |
env: | |
CI: true | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git files setup | |
uses: actions/checkout@v4 | |
- name: Setup environment | |
uses: ./.github/actions/bun | |
- name: CI checks | |
run: bun run ./scripts/bun-update-lock.ts |