This commit is contained in:
Felicio Mununga 2024-10-11 15:48:09 +02:00
parent e9702c3b41
commit 8ecea95a88
No known key found for this signature in database
GPG Key ID: B8A18D62FCD9EA6E
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
# https://github.com/changesets/changesets/issues/1055
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3