Skip to content

fix: provide the date to Everhour when starting a timer #4

fix: provide the date to Everhour when starting a timer

fix: provide the date to Everhour when starting a timer #4

name: Build/Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn type-check
- run: yarn lint
- run: yarn build-prod
- run: yarn set-plugin-version 0.0.0