Skip to content

chore(deps-dev): bump vite from 2.9.13 to 2.9.16 #359

chore(deps-dev): bump vite from 2.9.13 to 2.9.16

chore(deps-dev): bump vite from 2.9.13 to 2.9.16 #359

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '16', '14' ]
name: Node ${{ matrix.node }} CI
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: npm install, build, lint, and test
run: |
npm ci
npm run build
npm run lint
npm test
env:
CI: true