Skip to content

⬆️ Upgrade rimraf to v5.0.2 #121

⬆️ Upgrade rimraf to v5.0.2

⬆️ Upgrade rimraf to v5.0.2 #121

Workflow file for this run

name: Lint files
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use current Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn lint