Skip to content

Merge pull request #25 from r7kamura/dependabot/npm_and_yarn/vite-2.9.16 #82

Merge pull request #25 from r7kamura/dependabot/npm_and_yarn/vite-2.9.16

Merge pull request #25 from r7kamura/dependabot/npm_and_yarn/vite-2.9.16 #82

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run build