Skip to content

build(deps): Bump react-intl from 5.25.1 to 7.0.4 #1024

build(deps): Bump react-intl from 5.25.1 to 7.0.4

build(deps): Bump react-intl from 5.25.1 to 7.0.4 #1024

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run linting
run: npm run lint
- name: Run test and coverage
run: npm run test-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3