Skip to content

Bump rimraf from 5.0.5 to 5.0.7 #107

Bump rimraf from 5.0.5 to 5.0.7

Bump rimraf from 5.0.5 to 5.0.7 #107

Workflow file for this run

name: CI
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run linting
run: biome ci .