Skip to content

Commit

Permalink
Merge pull request #2630 from ujh/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4.2.0

Bump actions/setup-node from 4.1.0 to 4.2.0
  • Loading branch information
ujh authored Jan 27, 2025
2 parents 7ea3bd3 + 9c7d502 commit 0c70cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install correct Node version
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "v20.18.0"
cache: yarn
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install correct Node version
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: "v20.18.0"
cache: yarn
Expand Down

0 comments on commit 0c70cad

Please sign in to comment.