Skip to content

chore(deps-dev): bump @next/eslint-plugin-next from 14.0.4 to 14.2.0 #72

chore(deps-dev): bump @next/eslint-plugin-next from 14.0.4 to 14.2.0

chore(deps-dev): bump @next/eslint-plugin-next from 14.0.4 to 14.2.0 #72

Workflow file for this run

name: Build Library & Docs
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.19.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build Library
run: npm run build:library
- name: Build Docs
run: npm run build:docs