Skip to content

Bump nuxt from 3.8.1 to 3.9.0 #6

Bump nuxt from 3.8.1 to 3.9.0

Bump nuxt from 3.8.1 to 3.9.0 #6

Workflow file for this run

name: Run Linters
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: ESLint
run: yarn run lint