Skip to content

chore(deps): bump next from 14.2.4 to 14.2.14 in the production-dependencies group across 1 directory #851

chore(deps): bump next from 14.2.4 to 14.2.14 in the production-dependencies group across 1 directory

chore(deps): bump next from 14.2.4 to 14.2.14 in the production-dependencies group across 1 directory #851

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- name: Checkout repository
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: Lint
run: npm run lint
- name: Test
run: npm run test