[BUG-1919] experimental app router updates to next 15 and react 19 #3088
Workflow file for this run
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: Lint Packages | |
on: | |
pull_request: | |
paths-ignore: | |
- '**/*.md' | |
jobs: | |
lint_packages: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: '18' | |
- run: npm ci | |
- run: npm run build | |
- run: npm run lint | |
continue-on-error: FALSE |