Skip to content

chore(deps-dev): bump vitest from 0.23.4 to 0.34.5 #117

chore(deps-dev): bump vitest from 0.23.4 to 0.34.5

chore(deps-dev): bump vitest from 0.23.4 to 0.34.5 #117

Workflow file for this run

name: Build and test
on: # rebuild any PRs and main branch changes
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.4.1
with:

Check failure on line 21 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
node-version: '14'
cache: 'yarn'
- run: |
yarn install --frozen-lockfile
- run: |
yarn all