Skip to content

Merge pull request #402 from jerrypopsoff/dependabot/npm_and_yarn/cro… #1008

Merge pull request #402 from jerrypopsoff/dependabot/npm_and_yarn/cro…

Merge pull request #402 from jerrypopsoff/dependabot/npm_and_yarn/cro… #1008

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test --ci --watch-all=false