Skip to content

Commit

Permalink
ci install node 18 on legacy self-hosed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Nov 15, 2024
1 parent 0574669 commit 1bd439e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: Clone the repository
uses: actions/checkout@v4
- name: Install node
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 18 && nvm use 18
run: nvm install 18 && nvm use 18
- run: cargo make build-contracts
- name: Run Contract cargo clippy
run: cargo make clippy
Expand All @@ -56,9 +54,7 @@ jobs:
- name: Clone the repository
uses: actions/checkout@v4
- name: Install node
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 18 && nvm use 18
run: nvm install 18 && nvm use 18
- name: Run yarn lint
run: cargo make check-contracts
- name: Check committed EvmErc20.bin
Expand Down

0 comments on commit 1bd439e

Please sign in to comment.