Skip to content

Commit

Permalink
Merge pull request #770 from CodeCrowCorp/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4

Chore(deps): Bump actions/setup-node from 3 to 4
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents 0bb73ba + ccafea3 commit 5270238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 5270238

Please sign in to comment.