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 0574e92 commit 3635f10Copy full SHA for 3635f10
.github/workflows/main_workflow.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/setup-node@v2
78
with:
79
node-version: 16
80
- - run: bash .ci/install_dependencies.sh
+ - run: npm i
81
- name: Build local dashboard
82
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
83
run: |
0 commit comments