Skip to content

chore(deps-dev): bump semantic-release from 20.1.3 to 23.0.6 #1008

chore(deps-dev): bump semantic-release from 20.1.3 to 23.0.6

chore(deps-dev): bump semantic-release from 20.1.3 to 23.0.6 #1008

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
schedule:
- cron: '5 8 * * *'
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test