Skip to content

Commit 62f6512

Browse files
authored
Merge pull request #482 from berabuddies/dependabot/github_actions/actions/setup-node-6
chore(deps): bump actions/setup-node from 5 to 6
2 parents a98cb6a + 77e5cd2 commit 62f6512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@v5
110110

111-
- uses: actions/setup-node@v5
111+
- uses: actions/setup-node@v6
112112
with:
113113
# Single source of truth for the Node version (24 = Active LTS
114114
# until 2028-04; Node 20 went EOL 2026-04-30).

0 commit comments

Comments
 (0)