Skip to content

Update dependency @openzeppelin/contracts to v4.9.6 [SECURITY] #164

Update dependency @openzeppelin/contracts to v4.9.6 [SECURITY]

Update dependency @openzeppelin/contracts to v4.9.6 [SECURITY] #164

Workflow file for this run

name: Run Foundry Test with NPM
on: [push]
jobs:
test_foundry_npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: NPM Install
run: npm i
- name: Run Forge Test
run: forge test