Skip to content

Commit

Permalink
Fix docs build workflow (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode authored Nov 18, 2024
1 parent 6f39460 commit 939caf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22

- name: Install Moonwave
run: npm install -g moonwave
Expand Down

0 comments on commit 939caf8

Please sign in to comment.