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
+2 -3
View File
@@ -1,8 +1,7 @@
import { Liquid } from '../../src/liquid'
import { Drop } from '../../src/drop/drop'
import { Drop, Liquid } from '../..'
class SettingsDrop extends Drop {
private foo = 'FOO'
public foo = 'FOO'
public bar () {
return 'BAR'
}