Skip to content

Commit

Permalink
update os and actions in frontend-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsteinmann authored Feb 12, 2025
1 parent 2dd2ff6 commit cb76ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ env:
jobs:

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache npm modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit cb76ba4

Please sign in to comment.