Skip to content

Bump react-select from 1.0.0-rc.10 to 5.7.7 #232

Bump react-select from 1.0.0-rc.10 to 5.7.7

Bump react-select from 1.0.0-rc.10 to 5.7.7 #232

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
# See: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow#using-the-checkout-action
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 'lts/hydrogen'
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run build