Skip to content

Bump next from 14.1.0 to 14.1.1 (#45) #34

Bump next from 14.1.0 to 14.1.1 (#45)

Bump next from 14.1.0 to 14.1.1 (#45) #34

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build