Skip to content

Commit

Permalink
ci: enable corepack in webapp server CI Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Jul 16, 2024
1 parent 80cb0ee commit 9c0d6b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-push-experimental-webapp-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout repository
- name: Checkout git repository
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Setup node with yarn cache
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9c0d6b3

Please sign in to comment.