Skip to content

chore(deps): update nuxtjs monorepo to v3.12.4 #1203

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

chore(deps): update nuxtjs monorepo to v3.12.4 #1203

Workflow file for this run

name: Unit Test
on: [push]
jobs:
unit-test:
runs-on: ubuntu-latest
name: Test
env:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn
- run: yarn build
- run: yarn test