Skip to content

Commit

Permalink
Adds Node.js 18 to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrmnn committed Mar 29, 2023
1 parent 7706950 commit 592683d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js

node_js:
- '18'
- '16'
- '14'
- '12'
Expand All @@ -15,4 +16,4 @@ script:
notifications:
email:
on_success: never
on_failure: always
on_failure: always

0 comments on commit 592683d

Please sign in to comment.