From 4c04f9d67b9b860a7e56687eb197a777ba49d8aa Mon Sep 17 00:00:00 2001 From: kevin olson Date: Sat, 24 Aug 2024 19:13:41 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20we=20need=20node=20v20=20f?= =?UTF-8?q?or=20--env-file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66bedda..a0e2898 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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