Skip to content

[fix] freeze highcharts version to prevent a game score chart bug #121

[fix] freeze highcharts version to prevent a game score chart bug

[fix] freeze highcharts version to prevent a game score chart bug #121

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm ci # or yarn install
- uses: sibiraj-s/action-eslint@v1
with:
extensions: 'js'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}