Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 18.6.1 to 18.6.2 #229

chore(deps-dev): bump @commitlint/config-conventional from 18.6.1 to 18.6.2

chore(deps-dev): bump @commitlint/config-conventional from 18.6.1 to 18.6.2 #229

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build