Skip to content

Commit 6539484

Browse files
committed
update code to be consistent
1 parent e00e6d8 commit 6539484

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161

62-
- uses: actions/setup-node@v4
62+
- name: Setup Node
63+
uses: actions/setup-node@v6
6364
with:
6465
node-version: '24'
6566

@@ -96,7 +97,8 @@ jobs:
9697
with:
9798
fetch-depth: 0
9899

99-
- uses: actions/setup-node@v4
100+
- name: Setup Node
101+
uses: actions/setup-node@v6
100102
with:
101103
node-version: '24'
102104

@@ -135,7 +137,8 @@ jobs:
135137
with:
136138
fetch-depth: 0
137139

138-
- uses: actions/setup-node@v4
140+
- name: Setup Node
141+
uses: actions/setup-node@v6
139142
with:
140143
node-version: '24'
141144

0 commit comments

Comments
 (0)