Skip to content

Commit

Permalink
Make nedb work with feathers 5 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanibus authored Nov 27, 2023
1 parent 1b6a430 commit d0277ac
Show file tree
Hide file tree
Showing 17 changed files with 2,410 additions and 1,887 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 16.x]
node-version: [18, 'latest']

steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +19,7 @@ jobs:
mongodb-version: 4.4
mongodb-replica-set: test-rs
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ node_modules

dist/
db-data/

# TypeScript compiled files
lib/
7 changes: 7 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timeout": 30000,
"require": ["ts-node/register", "source-map-support/register"],
"reporter": "Dot",
"extension": ".test.ts",
"exit": true
}
188 changes: 0 additions & 188 deletions lib/index.js

This file was deleted.

27 changes: 0 additions & 27 deletions lib/utils.js

This file was deleted.

Loading

0 comments on commit d0277ac

Please sign in to comment.