Skip to content

Bump next from 14.2.9 to 14.2.12 #482

Bump next from 14.2.9 to 14.2.12

Bump next from 14.2.9 to 14.2.12 #482

Workflow file for this run

name: prs
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-npm-deps
with:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- run: cp envs/.env.dev .env.production
- run: npm run lint
- run: npm run test
- run: npm run build