Skip to content

Bump next from 14.2.3 to 14.2.10 in /apps/nextjs-example #628

Bump next from 14.2.3 to 14.2.10 in /apps/nextjs-example

Bump next from 14.2.3 to 14.2.10 in /apps/nextjs-example #628

Workflow file for this run

name: Build
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
- uses: pnpm/action-setup@v4
with:
version: 8.8.0
- name: Install global dependencies
run: pnpm install --frozen-lockfile
- name: Build global project
env:
GAID: ${{ vars.APTOS_WALLET_ADAPTER_GAID }}
run: pnpm run build