Skip to content

Update posts.ts

Update posts.ts #122

Workflow file for this run

name: Build Next.js app
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn
- run: yarn
- run: yarn build