Skip to content

Bump @aptos-labs/wallet-adapter-react from 3.5.9 to 3.6.2 #367

Bump @aptos-labs/wallet-adapter-react from 3.5.9 to 3.6.2

Bump @aptos-labs/wallet-adapter-react from 3.5.9 to 3.6.2 #367

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
env:
CI: true