refactor: Rewrite docs and workflows to use pnpm

This commit is contained in:
Bart van der Braak 2023-06-13 22:14:36 +02:00
parent 95e36e3181
commit 885a5f8d99
3 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,7 @@ jobs:
node-version: 18
- name: Install Node.js dependencies
run: yarn install --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Run linters
uses: wearerequired/lint-action@v2.3.0