Skip to content

chore(deps): bump module-replacements from 3.2.0 to 3.3.0 in the production-dependencies group #328

chore(deps): bump module-replacements from 3.2.0 to 3.3.0 in the production-dependencies group

chore(deps): bump module-replacements from 3.2.0 to 3.3.0 in the production-dependencies group #328

Workflow file for this run

name: Build & Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Use Node v${{ matrix.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: npm run test