chore: check node@14 on pipeline, #728 (#731)

This commit is contained in:
Jun Yang
2024-08-16 00:55:14 +08:00
committed by GitHub
parent 6fb707f9c4
commit c6a6ef1a1f
6 changed files with 47 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
const polyfill = {
now: () => Date.now()
}
export const performance = typeof window === 'object' && window.performance || polyfill