Skip to content

Bump react-google-charts from 3.0.15 to 5.2.1 #465

Bump react-google-charts from 3.0.15 to 5.2.1

Bump react-google-charts from 3.0.15 to 5.2.1 #465

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [master]
push:
branches-ignore:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Format
run: npm run format
- name: Lint
run: npm run lint
- name: Test build
run: npm run build