Skip to content

Commit

Permalink
ci: test against Node.js v18
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#27

Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Apr 19, 2022
1 parent 5936ba0 commit e5dcf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [10, 12, 14, 16, 17]
node-version: [10, 12, 14, 16, 17, 18]
mongodb-version: [4.4]
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node_js:
- 14
- 16
- 17
- 18
before_install: |
docker run --name=mongodb --publish=27017:27017 --detach mongo:4.4
until docker exec --tty mongodb mongo --port=27017 --eval='db.serverStatus()'
Expand Down

0 comments on commit e5dcf02

Please sign in to comment.