From 36bb22fb22ca58e2aab1200f29991b67a8176699 Mon Sep 17 00:00:00 2001 From: Don Walizer <12420708+dwalizer@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:57:49 -0400 Subject: [PATCH] Update github workflow, remove unneeded component --- .github/workflows/build-and-test.yml | 9 +-- frontend/src/components/ProfilerResult.vue | 71 ---------------------- 2 files changed, 5 insertions(+), 75 deletions(-) delete mode 100644 frontend/src/components/ProfilerResult.vue diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b95bfef..84fa1cd 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -28,14 +28,15 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v2-beta + - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '20.11.0' - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v4 with: + distribution: 'temurin' java-version: '19' # The JDK version to make available on the path. - name: Print Versions diff --git a/frontend/src/components/ProfilerResult.vue b/frontend/src/components/ProfilerResult.vue deleted file mode 100644 index c517e5e..0000000 --- a/frontend/src/components/ProfilerResult.vue +++ /dev/null @@ -1,71 +0,0 @@ -/* -Copyright 2020 SkillTree - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - - - - -