diff --git a/.travis.yml b/.travis.yml index 47d612c6..8d68a3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -dist: focal +dist: jammy language: node_js node_js: - lts/* - - "22" + - node sudo: false install: - npm config set prefer-offline false diff --git a/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md b/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md index 0f987b99..e0886b40 100644 --- a/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md +++ b/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md @@ -15,6 +15,7 @@ To explore some more interesting features of JavaScript, React, and Enact, we're > If you're not a fan of kittens, you're welcome to substitute a different keyword in the URLs. No judgments. ### Directory Structure +TEST ```none + App + src <-- All of our source code