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 5b666e4 commit aba9f37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dist: jammy
language: node_js
node_js:
- 21
- lts/*
- node
sudo: false
before_install:
- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-4.4.gpg --dearmor
Expand All @@ -18,12 +19,14 @@ install:
- popd
- git clone --branch=develop --depth 1 https://github.com/enactjs/enact ../enact
- pushd ../enact
- npm uninstall @enact/ui-test-utils -C packages/i18n
- npm install
- npm run lerna exec -- --ignore enact-sampler --concurrency 1 -- npm --no-package-lock install
- npm run lerna exec -- --ignore enact-sampler --concurrency 1 -- npm --no-package-lock link
- npm run interlink
- popd
- rm -fr node_modules/@enact
- npm uninstall @enact/ui-test-utils
- npm install
- enact link
script:
Expand Down

0 comments on commit aba9f37

Please sign in to comment.