Skip to content

Commit

Permalink
refine node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Aug 7, 2023
1 parent 9157ea1 commit f1beda1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
mongodb-version: ['4.2', '4.4', '5.0', '6.0']

steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
mongodb-version: ['4.2', '4.4', '5.0', '6.0']

steps:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
mongodb-version: ['4.2', '4.4', '5.0', '6.0']

steps:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
mongodb-version: ['4.2', '4.4', '5.0', '6.0']

steps:
Expand Down

0 comments on commit f1beda1

Please sign in to comment.