Skip to content

Commit

Permalink
ci: add yarn cache to build-push-experimental-webapp-server workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Jun 25, 2024
1 parent 7bbd471 commit 99e8375
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-push-experimental-webapp-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node with yarn cache
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit 99e8375

Please sign in to comment.