Skip to content

Merge pull request #1850 from g59/dependabot/npm_and_yarn/npm_and_yar… #5112

Merge pull request #1850 from g59/dependabot/npm_and_yarn/npm_and_yar…

Merge pull request #1850 from g59/dependabot/npm_and_yarn/npm_and_yar… #5112

Workflow file for this run

name: Node CI
on:
push:
jobs:
build:
timeout-minutes: 3
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci .
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
env:
SLACK_WEBHOOK_URL: https://example.com
CI: true
- name: Codecov
uses: codecov/codecov-action@v4