Skip to content

static exportを設定 #138

static exportを設定

static exportを設定 #138

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/[email protected]
with:
# 必要に応じて pnpm のバージョンを変更してください
version: 8.6.2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Testing build Next.js App
run: pnpm build