Skip to content

ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #45

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

ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #45

Workflow file for this run

---
name: test
on:
pull_request:
push:
branches:
- gh-readonly-queue/**
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
node:
- "22"
- "21"
- "20"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci