Skip to content

Commit

Permalink
fix client CI try #3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Dec 9, 2024
1 parent f47487b commit 0d4c1e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/client_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
tests:
name: Run client tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout️
Expand All @@ -22,7 +22,6 @@ jobs:
- uses: pnpm/action-setup@v4

- name: Cache dependencies
working-directory: client
uses: actions/cache@v3
with:
path: node_modules
Expand Down

0 comments on commit 0d4c1e6

Please sign in to comment.