Skip to content

Bump the npm_and_yarn group across 1 directory with 23 updates #165

Bump the npm_and_yarn group across 1 directory with 23 updates

Bump the npm_and_yarn group across 1 directory with 23 updates #165

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup node and yarn
uses: actions/setup-node@v3
with:
cache: yarn
- name: Yarn install
run: yarn install --frozen-lockfile
shell: bash
- run: yarn test