This repository was archived by the owner on May 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +795
-730
lines changed
Expand file tree Collapse file tree 4 files changed +795
-730
lines changed Original file line number Diff line number Diff line change 1010 NODE_OPTIONS : ' --max-old-space-size=3200'
1111 # CC_TEST_REPORTER_ID: 59622194cc44d91d2d1d239dffbe6af31e8cb985e6e6369c0743b67ad2cc8713
1212 steps :
13- - { uses: actions/checkout@v3 , with: { persist-credentials: false } }
14- - { uses: actions/setup-node@v3 , with: { node-version: 18 , cache: 'yarn' } }
13+ - { uses: actions/checkout@v4 , with: { persist-credentials: false } }
14+ - { uses: actions/setup-node@v4 , with: { node-version: 'lts/*' , cache: 'yarn' } }
1515
1616 - name : deps
1717 run : yarn --frozen-lockfile
Original file line number Diff line number Diff line change 1010 if : " !contains(github.event.head_commit.message, 'skip ci')"
1111 env : { NODE_OPTIONS: '--max-old-space-size=3200' }
1212 steps :
13- - { uses: actions/checkout@v3 , with: { persist-credentials: true } }
14- - { uses: actions/setup-node@v3 , with: { node-version: 18 , cache: 'yarn' } }
13+ - { uses: actions/checkout@v4 , with: { persist-credentials: true } }
14+ - { uses: actions/setup-node@v4 , with: { node-version: 'lts/*' , cache: 'yarn' } }
1515
1616 # Cache for npm/npx in ~/.npm
1717 - uses : actions/cache@v3
Original file line number Diff line number Diff line change 1- import { SQLiteDB , SQLiteDBCfg } from './sqlite.db'
1+ export * from './sqlite.db'
22export * from './sqliteKeyValueDB'
33export * from './betterSqliteKeyValueDB'
4-
5- export type { SQLiteDBCfg }
6-
7- export { SQLiteDB }
You can’t perform that action at this time.
0 commit comments