Skip to content

Merge pull request #17 from atomflunder/dependabot/npm_and_yarn/vite-… #19

Merge pull request #17 from atomflunder/dependabot/npm_and_yarn/vite-…

Merge pull request #17 from atomflunder/dependabot/npm_and_yarn/vite-… #19

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v3
- run: |
npm ci
npm run build
npm run lint
npm run test