feat: add node.js workflow

This commit is contained in:
royvardhan
2025-01-28 22:14:45 +05:30
parent a6a624b740
commit 25756fffdd

View File

@@ -17,6 +17,17 @@ 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