Bump app build number to 567 (#8268) #2250
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: ci | |
on: | |
push: | |
branches: | |
- main | |
- 'release*' | |
pull_request: | |
env: | |
NODE_VERSION: 20.13.1 | |
TERM: xterm | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: ci/checkout-repo | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- name: ci/test | |
uses: ./.github/actions/test |