We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31feabf commit 6dd6bb3Copy full SHA for 6dd6bb3
.github/workflows/CD.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-node@v1
15
with:
16
node-version: 14
17
+ - run: npm ci
18
- run: |
19
git config --global user.name "JeremyDolle"
20
git config --global user.email "[email protected]"
0 commit comments