Skip to content

Commit 230b82e

Browse files
authored
Merge pull request #677 from feathersjs-ecosystem/performance-now-hrtime
refactor: remove hrtime and do Date.now
2 parents 540bd04 + 351d442 commit 230b82e

File tree

4 files changed

+2355
-2293
lines changed

4 files changed

+2355
-2293
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node-version }}
15-
- run: npm ci
15+
- run: npm install
1616
- run: npm test
1717
env:
1818
CI: true

0 commit comments

Comments
 (0)