Skip to content

Commit

Permalink
Update travis build to node v18 (#1490)
Browse files Browse the repository at this point in the history
* Update travis build to node v18

* Upgrade dist target to jammy to support glib
  • Loading branch information
florkbr authored Oct 18, 2023
1 parent 3ae9082 commit 8fe12af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
dist: jammy
node_js:
- 16
- 18
before_install:
- npm install -g npm@latest
install:
Expand All @@ -12,4 +13,4 @@ jobs:
cache:
directories:
- "$HOME/.npm"
- ".cache"
- ".cache"

0 comments on commit 8fe12af

Please sign in to comment.