Skip to content

build(deps-dev): bump @types/node from 20.14.11 to 22.9.0 #77

build(deps-dev): bump @types/node from 20.14.11 to 22.9.0

build(deps-dev): bump @types/node from 20.14.11 to 22.9.0 #77

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Lint code
run: npm run lint
- name: Test
run: npm run coverage
- name: Build
run: npm run build