Skip to content

chore(deps): update dependency @teamhanko/hanko-elements to v2 #788

chore(deps): update dependency @teamhanko/hanko-elements to v2

chore(deps): update dependency @teamhanko/hanko-elements to v2 #788

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: corepack enable
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: lts/-1
cache: "pnpm"
- name: 📦 Install dependencies
run: pnpm install
- name: 🚧 Set up project
run: pnpm dev:prepare
- name: 🔠 Fix lint errors
run: pnpm run lint
- name: 🧪 Update snapshots
run: pnpm test -u
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # 7a166d7532b277f34e16238930461bf77f9d7ed8