diff --git a/.github/actions/setup-js/action.yml b/.github/actions/setup-js/action.yml index 60d43a594..e2efe1b4f 100644 --- a/.github/actions/setup-js/action.yml +++ b/.github/actions/setup-js/action.yml @@ -8,7 +8,7 @@ inputs: description: 'node version' # https://github.com/ember-cli/ember-cli/blob/master/docs/node-support.md # package.json has ember-cli at version ~3.28.5 currently - default: '18' + default: '20' runs: using: composite steps: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8bc7b39d..adfed7acd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: - name: Setup node and yarn uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "18" + node-version: "20" cache-dependency-path: "ui/yarn.lock" - name: Install Yarn @@ -152,7 +152,7 @@ jobs: - name: Setup node and yarn uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "18" + node-version: "20" cache-dependency-path: "ui/yarn.lock" - name: Install Yarn @@ -277,7 +277,7 @@ jobs: - name: Setup node and yarn uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "18" + node-version: "20" cache-dependency-path: "ui/yarn.lock" - name: Install Yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59d360fd4..b53dd96d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: - name: Setup node and yarn uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: "18" + node-version: "20" cache-dependency-path: "ui/yarn.lock" - name: Install Yarn diff --git a/ui/app/index.html b/ui/app/index.html index df5eb7393..9d49fe8a5 100644 --- a/ui/app/index.html +++ b/ui/app/index.html @@ -24,7 +24,6 @@ {{content-for "body"}} - {{content-for "body-footer"}}