Skip to content

Commit

Permalink
Update github workflow, remove unneeded component
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Sep 24, 2024
1 parent a14ddff commit 36bb22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 75 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
71 changes: 0 additions & 71 deletions frontend/src/components/ProfilerResult.vue

This file was deleted.

0 comments on commit 36bb22f

Please sign in to comment.