Skip to content

chore(deps): bump rimraf from 5.0.5 to 5.0.7 #943

chore(deps): bump rimraf from 5.0.5 to 5.0.7

chore(deps): bump rimraf from 5.0.5 to 5.0.7 #943

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