Skip to content

chore(deps): update commitlint monorepo to v19.4.1 #1398

chore(deps): update commitlint monorepo to v19.4.1

chore(deps): update commitlint monorepo to v19.4.1 #1398

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Build application
run: |
npm ci
npm run build
env:
CI: true
- name: Deploy to GitHubPages
uses: JamesIves/github-pages-deploy-action@v4
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: dist