Skip to content

chore(deps): update dependency rimraf to ^5.0.4 #1243

chore(deps): update dependency rimraf to ^5.0.4

chore(deps): update dependency rimraf to ^5.0.4 #1243

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
name: release
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: yarn install
# Test
- run: yarn compile
- run: yarn test
env:
GH_TOKEN: ${{ secrets.GH_SPONSORS_TOKEN }}
- run: yarn coverage