Skip to content

Bump rimraf from 3.0.2 to 6.0.1 #96

Bump rimraf from 3.0.2 to 6.0.1

Bump rimraf from 3.0.2 to 6.0.1 #96

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build
shell: bash
run: |
npm install
npm test
npm run lint