Skip to content

build(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.7 #63

build(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.7

build(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.7 #63

Workflow file for this run

name: Build application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x", "20.x"]
steps:
- name: Checkout actions
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Build
run: |
npm i
npm run build