Skip to content

Commit 2f033b1

Browse files
authored
feat!(deps): bump driver to 6.7.0 MONGOSH-1790 (#191)
* bump driver * align with driver types * bump required node version * drop n14 from ci * remove abort-controller and address feedback * npm install
1 parent ac60cb2 commit 2f033b1

File tree

10 files changed

+291
-244
lines changed

10 files changed

+291
-244
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
node-version: [14.x, 16.x, 18.x, 20.x]
18+
node-version: [16.x, 18.x, 20.x]
1919
runs-on: ${{matrix.os}}
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- name: Install npm@8 for Node.js 14
27-
run: node -e 'process.exitCode = +process.version.startsWith("v14")' || npm install -g npm@8
2826
# the oidc-provider package we use doesn't list Node.js 20 as supported
2927
- name: Install Dependencies
3028
run: npm ci --ignore-engines

0 commit comments

Comments
 (0)