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 e0e6fc5 commit ec59b83Copy full SHA for ec59b83
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
if: ${{ needs.build.outputs.app_version }}
32
needs: [build]
33
steps:
34
+ - uses: actions/checkout@v2
35
- uses: actions/setup-node@v2-beta
36
with:
37
registry-url: 'https://npm.pkg.github.com'
0 commit comments