Skip to content

Commit

Permalink
Fix for workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorthiz committed Jun 27, 2024
1 parent 935db18 commit 7b56eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/personal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Detect package manager

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20"

- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down

0 comments on commit 7b56eca

Please sign in to comment.