Skip to content

Commit f83eeab

Browse files
authored
feat: acquire lock for DB files, update dependencies (#180)
1 parent b2a2ae5 commit f83eeab

File tree

6 files changed

+2857
-5645
lines changed

6 files changed

+2857
-5645
lines changed

.babelrc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
["@babel/preset-env", { "targets": { "node": "current" } }]
55
],
66
"plugins": [
7-
["@babel/plugin-transform-typescript", { "allowDeclareFields": true }],
8-
"@babel/plugin-proposal-numeric-separator",
9-
"@babel/plugin-proposal-optional-chaining",
10-
"@babel/plugin-proposal-nullish-coalescing-operator",
11-
"@babel/proposal-object-rest-spread",
12-
["@babel/plugin-proposal-decorators", { "legacy": true }],
13-
["@babel/plugin-proposal-class-properties", { "loose": true }]
7+
["@babel/plugin-transform-typescript", { "allowDeclareFields": true }]
148
]
159
}

.github/workflows/test-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [12.x]
26+
node-version: [14.x]
2727

2828
steps:
2929
- uses: actions/checkout@v1
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
strategy:
5454
matrix:
55-
node-version: [10.x, 12.x, 14.x]
55+
node-version: [10.x, 12.x, 14.x, 16.x]
5656
os: [ubuntu-latest]
5757

5858
steps:
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
strategy:
8787
matrix:
88-
node-version: [12.x]
88+
node-version: [14.x]
8989

9090
steps:
9191
- uses: actions/checkout@v1
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
strategy:
125125
matrix:
126-
node-version: [12.x]
126+
node-version: [14.x]
127127

128128
steps:
129129
- name: Checkout code

0 commit comments

Comments
 (0)