From 99be62418be1a3128c78945f8c1fcf6ccfafc242 Mon Sep 17 00:00:00 2001 From: Athesto Date: Sun, 28 Jan 2024 12:13:26 -0500 Subject: [PATCH] update node version --- .github/workflows/actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a164b8ed..d8b63c7b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -31,6 +31,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2 with: