Skip to content

chore(deps-dev): bump eslint-config-next from 14.2.5 to 15.1.0 #94

chore(deps-dev): bump eslint-config-next from 14.2.5 to 15.1.0

chore(deps-dev): bump eslint-config-next from 14.2.5 to 15.1.0 #94

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test using Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- run: npm install
- run: npm test