We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a561c1b commit e6580c9Copy full SHA for e6580c9
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
24
- name: pnpm setup
25
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
+ uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
26
- name: Install packages
27
run: pnpm install
28
- name: Run Lint
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
29
- name: Run build
0 commit comments