Skip to content

Bump @nuxt/test-utils from 3.18.0 to 3.19.0 #403

Bump @nuxt/test-utils from 3.18.0 to 3.19.0

Bump @nuxt/test-utils from 3.18.0 to 3.19.0 #403

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout branch 🛎
uses: actions/checkout@v3
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies 👨🏻‍💻
run: yarn --frozen-lockfile
- name: Build 📦
run: yarn build
- name: Run linter 👀
run: yarn lint
- name: Run tests 🧪
run: yarn test