Skip to content

Commit

Permalink
Merge pull request #27 from phocassoftware/renovate/actions-setup-nod…
Browse files Browse the repository at this point in the history
…e-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
Codex- authored May 2, 2024
2 parents 888bdcb + 519626a commit c8fd040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down

0 comments on commit c8fd040

Please sign in to comment.