Skip to content

chore(deps): bump formik from 2.2.9 to 2.4.1 #1655

chore(deps): bump formik from 2.2.9 to 2.4.1

chore(deps): bump formik from 2.2.9 to 2.4.1 #1655

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [14]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn install
- name: Validate manifest
run: yarn validate
- name: Run linter
run: yarn lint
- name: Build
run: yarn build