Skip to content

Commit

Permalink
Merge pull request #4 from apostrophecms/node-versions
Browse files Browse the repository at this point in the history
test supported versions
  • Loading branch information
boutell committed Mar 13, 2024
2 parents 06f422a + f95a029 commit 2bb0e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
mongodb-version: [4.2, 4.4, 5.0]
node-version: [18, 20]
mongodb-version: [5.0, 6.0, 7.0]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 2bb0e32

Please sign in to comment.