Skip to content

chore(deps-dev): bump rimraf from 5.0.9 to 5.0.10 #418

chore(deps-dev): bump rimraf from 5.0.9 to 5.0.10

chore(deps-dev): bump rimraf from 5.0.9 to 5.0.10 #418

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
lfs: true
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: "20"
- run: npm install
- run: npm run lint
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
# See https://github.com/nodejs/release#release-schedule
node-version: [20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
lfs: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test