Skip to content

Update dependency nuxt to v3.12.4 [SECURITY] #1169

Update dependency nuxt to v3.12.4 [SECURITY]

Update dependency nuxt to v3.12.4 [SECURITY] #1169

Workflow file for this run

on: [pull_request]
name: Lint and Build
jobs:
# 一回剥がしたのでやめとく
# あとで直す
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - run: npm ci
# - run: npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build