Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Bump rimraf from 5.0.5 to 6.0.0 #59

Bump rimraf from 5.0.5 to 6.0.0

Bump rimraf from 5.0.5 to 6.0.0 #59

Workflow file for this run

name: Test Build
on:
pull_request:
types: [opened, reopened]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build