Skip to content

chore(deps-dev): bump lerna from 8.1.8 to 8.1.9 #169

chore(deps-dev): bump lerna from 8.1.8 to 8.1.9

chore(deps-dev): bump lerna from 8.1.8 to 8.1.9 #169

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
NODEJS_VERSION: [18, 20, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.NODEJS_VERSION }}
cache: npm
- run: make _build
test:
runs-on: ubuntu-latest
strategy:
matrix:
NODEJS_VERSION: [18, 20, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.NODEJS_VERSION }}
cache: npm
- run: make _test
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}