Skip to content

Commit

Permalink
Merge pull request #1737 from appwrite/fix-website-build
Browse files Browse the repository at this point in the history
Add corepack upgrade to tests.yml
  • Loading branch information
ernstmul authored Feb 5, 2025
2 parents 94cc845 + 844a508 commit 24fbb5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install corepack
run: npm i -g corepack@latest
- name: Install pnpm
run: corepack enable
- name: Get pnpm store directory
Expand Down

0 comments on commit 24fbb5e

Please sign in to comment.