Skip to content

Bump next from 15.3.3 to 15.4.10 #68

Bump next from 15.3.3 to 15.4.10

Bump next from 15.3.3 to 15.4.10 #68

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
permissions:
checks: write
contents: write
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Node.js dependencies
run: yarn install
- name: Run Build
run: yarn build