Skip to content

Commit

Permalink
fix(release): Upgrade node with long term support version
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Selvakumar <[email protected]>
  • Loading branch information
deepaksibm committed Sep 13, 2024
1 parent d97d0df commit 96b9b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
cache: bundler
dist: bionic
dist: jammy

rvm:
- 2.7
Expand All @@ -17,7 +17,7 @@ jobs:
before_install:
- sudo apt-get update
- sudo apt-get install python
- nvm install 16.15.1
- nvm install --lts
- nvm use node
- gem install bundler -v 2.4.22

Expand Down

0 comments on commit 96b9b26

Please sign in to comment.