Skip to content

Commit 7f152f0

Browse files
authored
Merge pull request #19 from faststats-dev/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents afca710 + 650945f commit 7f152f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup Node
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: "24"
3030
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)