Skip to content

update transactions ui + bump playwright for date tools #174

update transactions ui + bump playwright for date tools

update transactions ui + bump playwright for date tools #174

Workflow file for this run

name: Knip
on: [push]
jobs:
knip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
run: corepack enable pnpm
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm knip