chore(github): update workflows

This commit is contained in:
Benjamin Canac
2024-09-06 15:27:11 +02:00
parent 97d05936cd
commit c94041d656
3 changed files with 0 additions and 143 deletions

View File

@@ -37,16 +37,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: pnpm
- name: Filter changes
uses: dorny/paths-filter@v3
id: changes
with:
filters: |
src:
- 'src/**'
- 'package.json'
- 'pnpm-lock.yaml'
- name: Install dependencies
run: pnpm install