Skip to content

[Snyk] Security upgrade @truffle/hdwallet-provider from 1.7.0 to 2.1.15 #78

[Snyk] Security upgrade @truffle/hdwallet-provider from 1.7.0 to 2.1.15

[Snyk] Security upgrade @truffle/hdwallet-provider from 1.7.0 to 2.1.15 #78

Workflow file for this run

name: Truffle CI
on:
push:
branches: [dev, master, main]
pull_request:
branches: [dev, master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup NodeJS 16
uses: actions/setup-node@v2
with:
node-version: 16.17.0
- name: Show NodeJS version
run: npm --version
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install Truffle
run: npm install -g truffle
- name: Install Project Dependencies
run: npm install
- name: Run Truffle Test
run: npm t