Skip to content

chore(deps): update nuxtjs monorepo to v2.17.3 #633

chore(deps): update nuxtjs monorepo to v2.17.3

chore(deps): update nuxtjs monorepo to v2.17.3 #633

Workflow file for this run

name: Build and test
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn install
yarn lint
yarn test
yarn build