1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-16 21:58:30 +01:00

Fix failing build

This commit is contained in:
Kamran Ahmed 2023-09-30 14:14:47 +01:00
parent 18c8bd14b2
commit 93a91b1d9b

View File

@ -21,7 +21,7 @@ jobs:
node-version: 18
- name: Prepare Draw Repository
run: |
git clone https://${{ secrets.PAT }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.13.4