Skip to content

chore(deps): bump on-headers and compression #466

chore(deps): bump on-headers and compression

chore(deps): bump on-headers and compression #466

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Intall deps
run: npm ci
- name: Install playright
run: npx playwright install
- name: Lint
run: npm run lint
- name: Test
run: npm run test -- --watch=false
- name: Build
run: npm run build:prod