Skip to content

Mention Vite plugin #126

Mention Vite plugin

Mention Vite plugin #126

Workflow file for this run

name: CI
on:
pull_request:
branches: [ dev ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install and use custom node version
run: npm i -g npm@7
- name: Package restore
run: npm install
- name: Build site
run: npm run build