Skip to content

Commit e5dcf02

Browse files
committed
ci: test against Node.js v18
see: loopbackio/cicd#27 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 5936ba0 commit e5dcf02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
node-version: [10, 12, 14, 16, 17]
24+
node-version: [10, 12, 14, 16, 17, 18]
2525
mongodb-version: [4.4]
2626
fail-fast: false
2727
steps:

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_js:
99
- 14
1010
- 16
1111
- 17
12+
- 18
1213
before_install: |
1314
docker run --name=mongodb --publish=27017:27017 --detach mongo:4.4
1415
until docker exec --tty mongodb mongo --port=27017 --eval='db.serverStatus()'

0 commit comments

Comments
 (0)