Skip to content

Merge pull request #118 from nikeee/dependabot/npm_and_yarn/vitest-0.… #287

Merge pull request #118 from nikeee/dependabot/npm_and_yarn/vitest-0.…

Merge pull request #118 from nikeee/dependabot/npm_and_yarn/vitest-0.… #287

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run compile
- run: npm test
env:
CI: true