Skip to content

Commit

Permalink
feat!(deps): bump driver to 6.7.0 MONGOSH-1790 (#191)
Browse files Browse the repository at this point in the history
* bump driver

* align with driver types

* bump required node version

* drop n14 from ci

* remove abort-controller and address feedback

* npm install
  • Loading branch information
mabaasit authored Jun 4, 2024
1 parent ac60cb2 commit 2f033b1
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 244 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install npm@8 for Node.js 14
run: node -e 'process.exitCode = +process.version.startsWith("v14")' || npm install -g npm@8
# the oidc-provider package we use doesn't list Node.js 20 as supported
- name: Install Dependencies
run: npm ci --ignore-engines
Expand Down
Loading

0 comments on commit 2f033b1

Please sign in to comment.