Skip to content

Bump @solana/wallet-adapter-react-ui from 0.9.31 to 0.9.35 #9

Bump @solana/wallet-adapter-react-ui from 0.9.31 to 0.9.35

Bump @solana/wallet-adapter-react-ui from 0.9.31 to 0.9.35 #9

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@v2
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn install
- name: Build
run: yarn build