Bump up Node 20 due to Lingui v5 #1419
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: Pull Request to `main` from `production` | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
auto-pull-request: | |
if: github.repository == 'cheeaun/phanpy' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: vsoch/pull-request-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
PULL_REQUEST_FROM_BRANCH: 'main' | |
PULL_REQUEST_BRANCH: 'production' |