Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.12.0 #85

build(deps-dev): bump eslint from 8.57.0 to 9.12.0

build(deps-dev): bump eslint from 8.57.0 to 9.12.0 #85

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