Skip to content

chore(deps): bump taiki-e/install-action from 2.44.71 to 2.45.6 (#499) #460

chore(deps): bump taiki-e/install-action from 2.44.71 to 2.45.6 (#499)

chore(deps): bump taiki-e/install-action from 2.44.71 to 2.45.6 (#499) #460

Workflow file for this run

name: Website
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build