Skip to content

chore(deps): update dependency conventional-changelog-conventionalcom… #767

chore(deps): update dependency conventional-changelog-conventionalcom…

chore(deps): update dependency conventional-changelog-conventionalcom… #767

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint code
run: yarn lint
- name: Create build
run: yarn build
- name: Run tests
run: yarn test
- name: Create release tarball (dry-run)
run: npm pack