Skip to content

Commit 7b58712

Browse files
missed checkout
1 parent 1741e91 commit 7b58712

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/setup-node/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
1316
- name: Setup Node.js
1417
uses: actions/setup-node@v4
1518
with:

0 commit comments

Comments
 (0)