Skip to content

Bump node-fetch from 2.6.11 to 3.3.2 #21

Bump node-fetch from 2.6.11 to 3.3.2

Bump node-fetch from 2.6.11 to 3.3.2 #21

Workflow file for this run

name: PR tests
on:
pull_request:
branches:
- main
jobs:
test_on_pr:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Check smart contract
run: |
yarn
npx hardhat test