Skip to content

Bump the non-majors group with 2 updates #734

Bump the non-majors group with 2 updates

Bump the non-majors group with 2 updates #734

name: Testing build Next.js App
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Testing build Next.js App
run: NODE_OPTIONS="--max-old-space-size=2048" pnpm build