feat: add node.js workflow
This commit is contained in:
11
.github/workflows/evm-foundry-ci.yml
vendored
11
.github/workflows/evm-foundry-ci.yml
vendored
@@ -17,6 +17,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '18'
|
||||||
|
cache: 'yarn'
|
||||||
|
cache-dependency-path: 'foundry/yarn.lock'
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
working-directory: foundry
|
||||||
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: Install Foundry
|
- name: Install Foundry
|
||||||
uses: foundry-rs/foundry-toolchain@v1
|
uses: foundry-rs/foundry-toolchain@v1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user