Skip to content

Bump react-svg from 16.1.31 to 16.1.33 #213

Bump react-svg from 16.1.31 to 16.1.33

Bump react-svg from 16.1.31 to 16.1.33 #213

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# cache: 'yarn'
- run: yarn --frozen-lockfile
# - run: yarn lint
- run: yarn test