Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 5 up… #1111

build(deps): bump the npm_and_yarn group across 1 directory with 5 up…

build(deps): bump the npm_and_yarn group across 1 directory with 5 up… #1111

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
steps:
- uses: actions/setup-node@v6
- uses: actions/checkout@v7
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v4
with:
name: actions linux ${{ matrix.node }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
- uses: actions/checkout@v7
with:
node-version: 20
- run: npm install
- run: npm run lint