Skip to content

chore(deps-dev): bump rimraf from 4.4.1 to 5.0.5 #864

chore(deps-dev): bump rimraf from 4.4.1 to 5.0.5

chore(deps-dev): bump rimraf from 4.4.1 to 5.0.5 #864

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
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