Skip to content

chore(deps): bump rimraf from 5.0.7 to 5.0.8 (#299) #973

chore(deps): bump rimraf from 5.0.7 to 5.0.8 (#299)

chore(deps): bump rimraf from 5.0.7 to 5.0.8 (#299) #973

Workflow file for this run

name: "Build"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run lint:all
npm run build