Skip to content

Bump rimraf from 5.0.9 to 6.0.1 #102

Bump rimraf from 5.0.9 to 6.0.1

Bump rimraf from 5.0.9 to 6.0.1 #102

Workflow file for this run

name: ci
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: |
npm install
- name: Run Tests
run: |
npm run test:ci