Skip to content

chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #2400

chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0

chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #2400

Workflow file for this run

name: Test Changes
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Setup Node version
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npm run build
- name: Run tests
run: npm test