Skip to content

Commit 01f1aa7

Browse files
committed
Fix dnstwist script
1 parent a6d555c commit 01f1aa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dnstwist-monitor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
uses: actions/setup-node@v4
4444
with: { node-version: "20" }
4545

46+
- name: Setup pnpm
47+
uses: pnpm/action-setup@v4
48+
with:
49+
version: 9
50+
4651
- name: Setup Python
4752
uses: actions/setup-python@v5
4853
with: { python-version: "3.x" }

0 commit comments

Comments
 (0)