Skip to content

Fixup slow mode timer #255

Fixup slow mode timer

Fixup slow mode timer #255

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ v14 ]
pull_request:
branches: [ v14 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm i eslint -g
- run: npm run test