Skip to content

Commit

Permalink
[DEVOPS-XXX] Update actions/setup-node to v4 (#163)
Browse files Browse the repository at this point in the history
<!-- Please make sure you read the contribution guidelines and then fill
out the blanks below.

Please format the PR title appropriately based on the type of change:
  [JIRA-XXX]: <description>
-->

## Description

![image](https://github.com/user-attachments/assets/3d69d641-9f28-4cc1-8169-ed89c375b38a)

- Update `actions/setup-node` to v4

## Related Links

<!-- List any links related to this pull request here

Replace "JIRA-XXX" with the your Jira issue key -->

- Jira Issue: N/A
  • Loading branch information
ebronson68 authored Dec 10, 2024
1 parent 79d6df1 commit cbcdd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Set up Node from NVM
if: ${{ inputs.NODE_ENV }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
environment: ${{ inputs.environment }}

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
if: ${{ inputs.INSTALL_NODE == 'true' }}
with:
node-version: ${{ inputs.NODE_VERSION }}
Expand Down

0 comments on commit cbcdd7a

Please sign in to comment.