Skip to content

Commit

Permalink
setup js
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Oct 16, 2024
1 parent 6933fc7 commit cbc7b98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
verify-proofs:
runs-on: [self-hosted, Linux, X64, aws_autoscaling]
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install node dependencies
run: npm install
- name: Clean up after previous checkout
run: chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;
- name: Checkout code
Expand Down

0 comments on commit cbc7b98

Please sign in to comment.