Skip to content

Bump next from 14.2.11 to 15.1.3 #781

Bump next from 14.2.11 to 15.1.3

Bump next from 14.2.11 to 15.1.3 #781

Workflow file for this run

name: Build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.10.0 # match package.json:packageManager version.
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm build