feat: update remappings and remove node modules

This commit is contained in:
royvardhan
2025-01-28 23:19:06 +05:30
parent 4b3c5c5005
commit b65b682e8d
7 changed files with 6 additions and 30 deletions

View File

@@ -17,17 +17,6 @@ jobs:
with:
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
uses: foundry-rs/foundry-toolchain@v1