Skip to content

Update mainnet-2026-jan-20 -> mainnet-2026-feb-28 #1841

Update mainnet-2026-jan-20 -> mainnet-2026-feb-28

Update mainnet-2026-jan-20 -> mainnet-2026-feb-28 #1841

Workflow file for this run

name: Test Deployment
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- main
jobs:
setup:
name: Install Dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: '22.14.0'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
build-website:
name: Test Build Website
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: '22.14.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- run: yarn install --frozen-lockfile
- run: yarn build --locale en