Skip to content

Commit

Permalink
Update actions/setup-node action to v4 (#24)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and goruha authored Mar 7, 2024
1 parent 766351c commit c52520f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c52520f

Please sign in to comment.