Skip to content

fix(deps): bump nuxt from 3.7.4 to 3.12.4 #591

fix(deps): bump nuxt from 3.7.4 to 3.12.4

fix(deps): bump nuxt from 3.7.4 to 3.12.4 #591

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn install --frozen-lockfile
- name: Run linter πŸ‘€
run: yarn lint
- name: Run tests πŸ§ͺ
run: yarn test