Skip to content

build(deps): Bump next from 13.4.16 to 14.0.1 #24

build(deps): Bump next from 13.4.16 to 14.0.1

build(deps): Bump next from 13.4.16 to 14.0.1 #24

Workflow file for this run

name: builds
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Build the extension
run: |
yarn
yarn build