Skip to content

Commit 9ef835c

Browse files
committed
missed 1 instances of actions/setup-node@v3
1 parent a0530a8 commit 9ef835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
with:
208208
fetch-depth: 0
209209
- name: Setup NodeJS
210-
uses: actions/setup-node@v3
210+
uses: actions/setup-node@v4
211211
with:
212212
node-version: 20
213213
- name: Setup metrics

0 commit comments

Comments
 (0)