Skip to content

Commit

Permalink
update node.js and mongodb versions (#589)
Browse files Browse the repository at this point in the history
* ci: update matrix

* update minimum node.js version
  • Loading branch information
goto-bus-stop authored Nov 9, 2023
1 parent be160c0 commit c08eef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ jobs:
name: Tests
strategy:
matrix:
node-version: ['16.x', '18.x', '20.x']
mongo-version: ['5.0', '6.0']
node-version: ['18.x', '20.x']
mongo-version: ['6.0', '7.0']
include:
- node-version: 'lts/*'
mongo-version: '4.2'
- node-version: 'lts/*'
mongo-version: '4.4'
mongo-version: '5.0'
runs-on: ubuntu-latest
services:
redis:
Expand All @@ -65,7 +63,7 @@ jobs:
REDIS_URL: '127.0.0.1:6379'
MONGODB_HOST: '127.0.0.1:27017'
- name: Submit coverage
if: matrix.node-version == '20.x' && matrix.mongo-version == '6.0'
if: matrix.node-version == '20.x' && matrix.mongo-version == '7.0'
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"u-wave-core": "bin/u-wave-core.js"
},
"engines": {
"node": ">= 16.20.0"
"node": ">= 18.18.0"
},
"dependencies": {
"@twurple/api": "^7.0.0",
Expand Down

0 comments on commit c08eef0

Please sign in to comment.