Skip to content

build(deps-dev): bump @types/node from 22.4.0 to 22.5.2 #380

build(deps-dev): bump @types/node from 22.4.0 to 22.5.2

build(deps-dev): bump @types/node from 22.4.0 to 22.5.2 #380

Workflow file for this run

name: NodeJS Build
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build with Node.js 20
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm test