Skip to content

chore(deps): bump next from 14.2.6 to 14.2.10 in the npm_and_yarn group across 1 directory #5985

chore(deps): bump next from 14.2.6 to 14.2.10 in the npm_and_yarn group across 1 directory

chore(deps): bump next from 14.2.6 to 14.2.10 in the npm_and_yarn group across 1 directory #5985

Workflow file for this run

name: Test
on:
push:
branches: [main, alpha, dev]
pull_request:
branches: [main, alpha, dev]
jobs:
test:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: ${{secrets.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID}}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: '20.5.1'
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- run: pnpm i --prefer-frozen-lockfile
- run: pnpm build
- run: pnpm test