Skip to content

Commit

Permalink
Fix for moonwave latest version error
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberGraceSoftware committed Jan 1, 2025
1 parent 61b5bbf commit a17ac9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/BuildDocsSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'
- name: Install Moonwave
run: npm i -g moonwave
- name: Build docs site
env:
NODE_OPTIONS: '--no-experimental-require-module'
run: moonwave build
2 changes: 2 additions & 0 deletions moonwave-dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export NODE_OPTIONS='--no-experimental-require-module'
moonwave dev

0 comments on commit a17ac9e

Please sign in to comment.