Skip to content

Bump next from 14.2.15 to 14.2.21 #130

Bump next from 14.2.15 to 14.2.21

Bump next from 14.2.15 to 14.2.21 #130

Workflow file for this run

name: Build Next
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn install --frozen-lockfile
yarn build