Skip to content

Commit f5bd86b

Browse files
committed
Updated setup action
1 parent ab8a042 commit f5bd86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/buildandtestval.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup Node.js
24-
uses: actions/checkout@v4
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: 'latest' # or your preferred Node.js version
2727

0 commit comments

Comments
 (0)