Skip to content

Commit

Permalink
WRR-12677: Fix node_js to use 'lts/*' and 'node' on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed Dec 16, 2024
1 parent 91f5f8a commit 314e40a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist: jammy
language: node_js
node_js:
- lts/*
- node
sudo: false
before_install:
- sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
Expand All @@ -13,6 +14,7 @@ install:
- npm install
- npm link
- popd
- npm uninstall @enact/ui-test-utils -C packages/i18n
- npm install
- npm run bootstrap
- npm run interlink
Expand Down

0 comments on commit 314e40a

Please sign in to comment.