From 324541edb46176cea0c79274173dfc8f0623f495 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Fri, 16 Aug 2024 09:33:21 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 25f471d..1274a7f 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -29,7 +29,8 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_TOKEN }} - + - uses: actions/setup-python@v5 + - uses: CSVD/gh-actions-setup-node@v3 with: node-version: 16