Skip to content

Bump next from 14.2.16 to 14.2.22 #488

Bump next from 14.2.16 to 14.2.22

Bump next from 14.2.16 to 14.2.22 #488

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