Skip to content

chore(deps): bump @solana/wallet-adapter-react from 0.15.26 to 0.15.32 #53

chore(deps): bump @solana/wallet-adapter-react from 0.15.26 to 0.15.32

chore(deps): bump @solana/wallet-adapter-react from 0.15.26 to 0.15.32 #53

Workflow file for this run

name: Frontend
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: yarn install
- name: Build
run: yarn build