Skip to content

Build(deps-dev): Bump @types/node from 20.16.10 to 20.17.1 #415

Build(deps-dev): Bump @types/node from 20.16.10 to 20.17.1

Build(deps-dev): Bump @types/node from 20.16.10 to 20.17.1 #415

Workflow file for this run

name: Check versions match
# On PR to main, check that package.json and package-lock.json share the version, and that CHANGELOG.md is spec-compliant. Block otherwise.
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Check versions match
run: npm run release