Skip to content

Update nextjs monorepo to v13.5.6 #1469

Update nextjs monorepo to v13.5.6

Update nextjs monorepo to v13.5.6 #1469

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
name: Run test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: npm
- run: npm i
- run: npm run test:ci