From c52520f6ca50610ac4fc4025f725e7f0843d40f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:10:57 +0300 Subject: [PATCH] Update actions/setup-node action to v4 (#24) * Update actions/setup-node action to v4 * Update action.yml * Update action.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5558e11..cc3159d 100644 --- a/action.yml +++ b/action.yml @@ -73,9 +73,10 @@ runs: terraform_wrapper: false - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 + - name: Install Atmos uses: cloudposse/github-action-setup-atmos@v2