Skip to content

Commit 031b441

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
branches:
22
only: master
33
arch: arm64
4+
dist: focal
45
services: docker
56
language: node_js
67
node_js:
@@ -9,6 +10,7 @@ node_js:
910
- 14
1011
- 16
1112
- 17
13+
- 18
1214
before_install: |
1315
docker run --name=mongodb --publish=27017:27017 --detach mongo:4.4
1416
until docker exec --tty mongodb mongo --port=27017 --eval='db.serverStatus()'

0 commit comments

Comments
 (0)