Skip to content

Commit

Permalink
Merge pull request #103 from immers-space/node-18
Browse files Browse the repository at this point in the history
Node 18
  • Loading branch information
wmurphyrd committed Oct 4, 2023
2 parents 258fd6b + ad292db commit 3f4f8a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Expand Up @@ -15,8 +15,7 @@ jobs:

strategy:
matrix:
# tests fail on 18.x see #87
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
mongodb-version: ['5.0']

steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Unreleased
* Add [nock fetch work around](https://github.com/nock/nock/issues/2397) to fix tests in node 18.
* Adjust workflow to run tests using node 18 and 16. Don't run tests against 14.

## v4.4.1 (2023-06-23)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"npm": ">=7"
},
"scripts": {
"test": "jasmine",
"test": "node --no-experimental-fetch node_modules/jasmine/bin/jasmine",
"coverage": "nyc npm test && nyc report --reporter=text-lcov > lcov.info",
"lint": "standard"
},
Expand Down

0 comments on commit 3f4f8a0

Please sign in to comment.