Skip to content

環境構築周りの細かい文言などを修正 #4

環境構築周りの細かい文言などを修正

環境構築周りの細かい文言などを修正 #4

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- master
jobs:
build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build