Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

refactor: replace process.hrtime with Date.now (#176) #176

refactor: replace process.hrtime with Date.now (#176)

refactor: replace process.hrtime with Date.now (#176) #176

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- name: install, build, test
run: |
yarn --frozen-lockfile
yarn build
yarn test
env:
CI: true