Skip to content

🚨 [security] Update all of nextjs 12.1.6 → 15.5.2 (major) #562

🚨 [security] Update all of nextjs 12.1.6 → 15.5.2 (major)

🚨 [security] Update all of nextjs 12.1.6 → 15.5.2 (major) #562

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install Yarn
run: npm install -g yarn
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build project
run: yarn build