Skip to content

chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 3.0.0 (#11) #117

chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 3.0.0 (#11)

chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 3.0.0 (#11) #117

Workflow file for this run

name: CI
on:
push:
branches: [main, dev, 'feat/**', 'fix/**', 'chore/**']
pull_request:
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm run build
- run: npm test