Skip to content

Update Yarn to v3.8.1 (#26) #28

Update Yarn to v3.8.1 (#26)

Update Yarn to v3.8.1 (#26) #28

Workflow file for this run

name: unit tests
env:
CI: True
on: [push]
jobs:
test-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- run: yarn install --immutable
- run: yarn run test