Skip to content

Commit

Permalink
Fixed docs action typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMallard committed Oct 15, 2024
1 parent af5d854 commit 6f0990c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: action/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Moonwave
run: npm i moonwave
Expand Down

0 comments on commit 6f0990c

Please sign in to comment.