Skip to content

chore(deps): bump viem from 1.2.9 to 1.2.15 #230

chore(deps): bump viem from 1.2.9 to 1.2.15

chore(deps): bump viem from 1.2.9 to 1.2.15 #230

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run build