Skip to content

Merge pull request #92 from yuiseki/renovate/vite-4.x-lockfile #213

Merge pull request #92 from yuiseki/renovate/vite-4.x-lockfile

Merge pull request #92 from yuiseki/renovate/vite-4.x-lockfile #213

Workflow file for this run

on: push
name: build
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Extract node version
run: echo "NODE_VERSION=$(cat .node_version)" >> $GITHUB_ENV
- name: Set Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- run: npm ci
- name: Vite build check
run: npm run build