Skip to content

Updated Chart.js to 4.4.0 #57

Updated Chart.js to 4.4.0

Updated Chart.js to 4.4.0 #57

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec rake test