Skip to content

Bump rimraf from 3.0.2 to 5.0.0 #279

Bump rimraf from 3.0.2 to 5.0.0

Bump rimraf from 3.0.2 to 5.0.0 #279

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run format:check
- run: npm run type:check
- run: npm test