Skip to content

Commit

Permalink
⬆️ we need node v20 for --env-file
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 25, 2024
1 parent 4ab826c commit 4c04f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit 4c04f9d

Please sign in to comment.