Skip to content

Commit 5ae3fb4

Browse files
authored
Merge pull request #410 from gemini-testing/sp.bettersqlite.FEI-24172
fix: update better-sqlite to support Node 16
2 parents b9f8955 + afbc1a5 commit 5ae3fb4

File tree

5 files changed

+28848
-7356
lines changed

5 files changed

+28848
-7356
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8.6.0-browsers
5+
- image: cimg/node:12.18-browsers
66

77
steps:
88
- checkout

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x]
15+
node-version: [12.x, 14.x, 16.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)