Skip to content

fix(deps): update dependency @fastify/autoload to v6 #370

fix(deps): update dependency @fastify/autoload to v6

fix(deps): update dependency @fastify/autoload to v6 #370

Workflow file for this run

name: Test Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build