Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 5fdbd09

Browse files
committed
Typo
1 parent 3d9eeb2 commit 5fdbd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Setup node and install dependencies
33
runs:
44
using: composite
55
steps:
6-
- name: Checkout
6+
- name: Setup Node.js
77
uses: actions/setup-node@v4
88
with:
99
node-version: 22

0 commit comments

Comments
 (0)