#!/usr/bin/env bash

set -exu

npm install yarn@$1
npx yarn install --no-lockfile
npx yarn test
