Skip to content

chore(deps): bump dependabot/fetch-metadata from 1 to 2 #113

chore(deps): bump dependabot/fetch-metadata from 1 to 2

chore(deps): bump dependabot/fetch-metadata from 1 to 2 #113

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: ["lts/*", "20", "16"]
os: ["ubuntu-latest"]
uses: ./.github/workflows/nodejs-test-reusable.yml
with:
node-version: ${{ matrix.node-version }}
os: ${{ matrix.os }}
node-version-coverage: "20"
coverage-name: coverage
show-coverage:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: coverage
path: downloaded/
- run: ls -lR downloaded/
lint:
uses: ./.github/workflows/nodejs-lint-reusable.yml