Skip to content

chore(deps): update nuxtjs monorepo to v3.15.3 #69

chore(deps): update nuxtjs monorepo to v3.15.3

chore(deps): update nuxtjs monorepo to v3.15.3 #69

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
builder: ['vite', 'webpack']
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm run test
env:
NUXT_BUNDLE_ANALYSIS_BUILDER: ${{ matrix.builder }}