Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

chore(deps): bump next from 14.2.3 to 15.1.5 #131

chore(deps): bump next from 14.2.3 to 15.1.5

chore(deps): bump next from 14.2.3 to 15.1.5 #131

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint