Skip to content

build(deps): bump dependabot/fetch-metadata from 2 to 3 (#614) #986

build(deps): bump dependabot/fetch-metadata from 2 to 3 (#614)

build(deps): bump dependabot/fetch-metadata from 2 to 3 (#614) #986

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npm run build