From e443d9f088a91829ad2969e6f3c4210e224a5e85 Mon Sep 17 00:00:00 2001 From: Logan Graham Date: Fri, 3 May 2024 10:33:12 -0400 Subject: [PATCH] Bump node version during build --- .github/workflows/deploy-to-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index 5f46cbb5fe..27423a97df 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Install Python uses: actions/setup-python@v2 with: