From 9bde87879b995c53c927bc18a0534ffe8baaac2d Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Mon, 1 Jan 2024 19:56:49 -0600 Subject: [PATCH] chore(ci): updates update-deps action to use node 16 for now, until the rest is figured out --- .github/workflows/update-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 07a8edb..1fcaa09 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "lts/Iron" + node-version: "lts/Gallium" cache: "npm" - name: Install dependencies run: npm ci