Merge pull request #3012 from nextcloud/dependabot/composer/doctrine/… #5569
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: Node CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- stable* | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Build app | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Setup node | |
uses: ./.github/actions/setup-node | |
with: | |
node-version: '20' | |
- name: build | |
run: npm run build --if-present |