Skip to content

Commit

Permalink
Merge pull request #178 from valerymelou/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
valerymelou authored May 26, 2024
2 parents 588bc55 + ce262d6 commit bdfb5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
main-branch-name: develop

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
Expand Down

0 comments on commit bdfb5dd

Please sign in to comment.