Skip to content

Commit 98bf645

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [10, 12, 14]
18+
node-version: [10, 12, 14, 16, 17, 18]
1919
mongodb-version: [4.4] # the latest stable version
2020

2121
steps:

0 commit comments

Comments
 (0)