Skip to content

Commit e32268f

Browse files
chore: correct actions/setup-node@(v)4
1 parent 9a8bf29 commit e32268f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: pnpm/action-setup@v4
88
with:
99
version: 9
10-
- uses: actions/setup-node@4
10+
- uses: actions/setup-node@v4
1111
with:
1212
cache: pnpm
1313
node-version: "20"

0 commit comments

Comments
 (0)