Skip to content

Bump solana-validator from 1.7.0 to 1.18.23 in /program #187

Bump solana-validator from 1.7.0 to 1.18.23 in /program

Bump solana-validator from 1.7.0 to 1.18.23 in /program #187

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