Skip to content

build(deps): bump @testing-library/react from 13.3.0 to 14.2.1 #209

build(deps): bump @testing-library/react from 13.3.0 to 14.2.1

build(deps): bump @testing-library/react from 13.3.0 to 14.2.1 #209

Workflow file for this run

name: CI/CD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run the tests
run: npm test
- name: Build
run: npm run build