Skip to content

fix(deps): update dependency @fastify/sensible to ~5.6.0 #41

fix(deps): update dependency @fastify/sensible to ~5.6.0

fix(deps): update dependency @fastify/sensible to ~5.6.0 #41

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Git config user
uses: snow-actions/[email protected]
with:
name: Molly Draven
email: [email protected]
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush Install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
run: node common/scripts/install-run-rush.js rebuild --verbose
- name: Rush test
run: node common/scripts/install-run-rush-pnpm.js test -r
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: rustymotors/racebox