Skip to content

feat: add timerUpdate event for plugins to listen to #50

feat: add timerUpdate event for plugins to listen to

feat: add timerUpdate event for plugins to listen to #50

name: Build/Test-Versions
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 17.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn type-check
- run: yarn lint
- run: yarn lint-tests
- run: yarn test
- run: yarn build