Skip to content

Commit 1101e89

Browse files
committed
Add actions checkout for NodeJS script
1 parent 7f46aaa commit 1101e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
- uses: actions/setup-node@v3
233233
with:
234234
node-version: 16
235+
- uses: actions/checkout@v3
235236
- name: Prepare artifact build matrix
236237
id: artifact-build-matrix
237238
run: |

0 commit comments

Comments
 (0)