Skip to content

Update dependencies #72

Update dependencies

Update dependencies #72

Workflow file for this run

name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
node_versions:
strategy:
matrix:

Check failure on line 9 in .github/workflows/yarn.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/yarn.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
version: ["20.9.0" "18.18.1" "16.20.2"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- run: yarn install
- run: yarn test