Skip to content

next starter kit - ESM & Vite #50

next starter kit - ESM & Vite

next starter kit - ESM & Vite #50

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 1v8
uses: actions/setup-node@v3
with:
node-version: 18
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 5.0
- name: Install Dependencies
run: npm i
- name: Test Production Build
run: npm run build
- name: Test
run: npm run test