Skip to content

Bump express from 4.18.2 to 4.21.0 #38

Bump express from 4.18.2 to 4.21.0

Bump express from 4.18.2 to 4.21.0 #38

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn --ignore-scripts
shell: bash
- name: Create local node and deploy
run: |
yarn hardhat node &
yarn hardhat run scripts/deploy.ts --network localhost
- name: Run Tests
run: yarn hardhat test